-
Notifications
You must be signed in to change notification settings - Fork 574
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
False Negative CVE-2007-4559 #940
Comments
Unless Python is planning to fix this, reporting this en-masse will cause needless false positives. |
We are working on a labelling effort to help with understanding changes in grype matching quality and this serves as a good candidate for the case where we don't catch things because we don't know about the binaries at all since they aren't installed by a package manager. We created this specifically so we don't forget to capture those cases |
See anchore/syft#1197 for detection problems on binaries installed outside of package manager (includes |
The latest version of grype successfully identifies this CVE so I'll go ahead and close this issue. |
What happened:
Scanning
python:slim
with grype does not surface CVE-2007-4559.What you expected to happen:
CVE-2007-4559 should be surfaced for all python versions at the moment
How to reproduce it (as minimally and precisely as possible):
grype python:slim
CVE-2007-4559
does not appear in the resultsAnything else we need to know?:
Small context here
Environment:
grype version
:0.50.2
cat /etc/os-release
or similar): darwin/amd64The text was updated successfully, but these errors were encountered: