You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure when this started but for debian ecosystems when querying against the api we don't get alias array string anymore instead there is a related one.
try curl --location 'https://api.osv.dev/v1/query' \ --header 'Content-Type: application/json' \ --data-raw '{ "package": { "purl":"pkg:deb/debian/[email protected]+deb11u4" } }'
as far as we know it's missing alias object which used to be there
The text was updated successfully, but these errors were encountered:
I'm not sure when this started but for debian ecosystems when querying against the api we don't get alias array string anymore instead there is a related one.
try
curl --location 'https://api.osv.dev/v1/query' \ --header 'Content-Type: application/json' \ --data-raw '{ "package": { "purl":"pkg:deb/debian/[email protected]+deb11u4" } }'
as far as we know it's missing alias object which used to be there
The text was updated successfully, but these errors were encountered: