-
Notifications
You must be signed in to change notification settings - Fork 273
Open
Description
Describe the bug
- The
aliasesfield is out of sync (not symmetric between aliases). - Also, web UI is not in sync with the raw JSON data from the API.
To Reproduce
Steps to reproduce the behaviour:
- Go to https://osv.dev/vulnerability/GHSA-g78f-6xq7-rrhq
- Observe the aliases:
CVE-2017-18885, GO-2025-4200 - Click on 'JSON Data' -> https://api.osv.dev/v1/vulns/GHSA-g78f-6xq7-rrhq
- Observe the
aliasesfield:"aliases":["CVE-2017-18885"] - Note the difference between web UI and API data.
- Repeat the same for GO-2025-4200 to see that the GO record has the aliases properly populated:
"aliases":["CVE-2017-18885","GHSA-g78f-6xq7-rrhq"] - Note the out of sync (not symmetric)
aliasesfield.
Expected behaviour
- I would expect the
aliasesfield to be symmetric as specified in OSV docs. - I would expect the data between the UI and the API to be in sync.
Additional context
I did not thoroughly check if there are other records with the same specific issue.
Metadata
Metadata
Assignees
Labels
No labels