We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSV API client is always fetching empty list of vulnerabilities even if data exists.
Example
curl -X POST -d \ '{"version": "2.16.0", "package": {"name": "org.apache.logging.log4j:log4j-core", "ecosystem": "Maven"}}' \ "https://api.osv.dev/v1/query" | jq .
The text was updated successfully, but these errors were encountered:
abhisek
No branches or pull requests
Bug
OSV API client is always fetching empty list of vulnerabilities even if data exists.
Example
The text was updated successfully, but these errors were encountered: