Skip to content
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

Improve results for unknown package versions that are in a vulnerable range #1552

Open
pombredanne opened this issue Aug 14, 2024 · 0 comments

Comments

@pombredanne
Copy link
Collaborator

We need to improve the API results we return for unknown package versions that are in a vulnerable range.

Say I have this setup:

  • package A has known versions 1,2,4 and 5.
  • It is affected by cve1 from version 1 to 4, 5 in fixed
  • we find version 3 in a codebase scan, but 3 does note exists upstream
  • here a lookup for 3 will report it as non-vulnerable
  • but we want to to tell that:
  1. it is an unknown version
  2. it falls in a vulnerable range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant