-
Notifications
You must be signed in to change notification settings - Fork 594
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
Likely false positives for erlang otp #2344
Comments
Hi @sameerkattel - thanks very much for the issue report and the details required for me to reproduce it, which I have here.
It looks like we're erroneously detecting the plain text files
Is this a cpe match fail, perhaps?
|
Yes, these will be bad CPE matches because we don't currently have a specific erlang matcher defined in grype, so it will fall into the stock matcher. We should create an erlang matcher with cpe matching disabled by default since erlang ecosystem is covered by GitHub Security Advisories |
What happened:
Running grype against https://www.erlang.org/patches/otp-27.2 reporting very old CVEs
What you expected to happen:
no vulnerabilities linked to very old CVEs
How to reproduce it (as minimally and precisely as possible):
run
grype against otp 27.2 installation
Anything else we need to know?:
Environment:
Output of
grype version
:grype 0.86.1
OS (e.g:
cat /etc/os-release
or similar):windows 11
The text was updated successfully, but these errors were encountered: