-
Notifications
You must be signed in to change notification settings - Fork 573
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
CVEs wrongfully suppressed indefinitely when using --only-fixed flag #1178
Comments
I think when the FIXED-IN data is not available (fix state is
|
@JipSogeti I'm having a bit of trouble understanding the problem -- it looks like when using the Also, if you want to see all entries, you can just omit the |
They are beging suppressed as indicated by the When scanning We want the CVEs present in |
Ah, much more clear, thanks! |
What happened:
Scanning an eclipse-temurin java image for CVEs, while using the
--only-fixed
flag, results in Java CVEs being suppressed forever. This is apparently caused by a lack of FIXED-IN data for these CVEs.What you expected to happen:
From the output above it is clear these CVEs are fixed in a newer Java release and therefore shouldn't have been suppressed.
How to reproduce it (as minimally and precisely as possible):
Run the commands from above.
Anything else we need to know?:
Java by temurin is not installed via the package manager.
Environment:
grype version
:cat /etc/os-release
or similar):The text was updated successfully, but these errors were encountered: