-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
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
Missing data for org.springframework/spring-web@5.3.38 (CRITICAL + MEDIUM) #3061
Comments
Thanks for the report! We do have this advisory in https://osv.dev/vulnerability/GHSA-4wrc-f8pq-fpqp It looks like we missed the "5.3.38" version somehow in our version enumeration, leading to your query not returning any results. We've now fixed this particular entry, so now your query returns the expected result:
@hogo6002 Should we look at doing range queries for all ecosystems on OSV to fix these issues completely? |
This only works for github sources for now. Did in response to #3061.
We can switch all non-semver ecosystems first to use range queries (except Ubuntu, as we get enumerated versions from upstream which should be more reliable, plus we have a large number of records there). I will create a different issue to track this |
Issue tracking for range queries: #3063 |
Describe the bug
OSV doesn't return any vulnerability for the following component:
One of the vulnerabilities is CRITICAL (CVE-2016-1000027), score 9.8.
To Reproduce
Steps to reproduce the behaviour:
OSV query (Missing data):
OSS Index query (Correct data):
Additional context
https://ossindex.sonatype.org/component/pkg:maven/org.springframework/spring-web@5.3.38?utm_source=curl&utm_medium=integration&utm_content=8.7.1
The text was updated successfully, but these errors were encountered: