-
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 positive: Python 'docker' package #576
Comments
Seeing this today.
Installed is
|
Hi @Mzyxptlk, thanks for reporting this. Here is a quick repro snippet:
which produces output similar to that from earlier posts on this issue. Gathering a little more data about the match on CVE-2018-10892 to investigate: CVE-2018-10892 from https://nvd.nist.gov/vuln/detail/CVE-2018-10892
URLs:
It looks like grype is generating |
Hello, after upgrading to the latest Grype I can confirm that these false positives are no longer reported. Please see https://anchore.com/blog/say-goodbye-to-false-positives/ for more details. |
What happened:
Running a Grype check on a Python project that lists the latest version of the docker Python package as a requirement results in a number of false positives. The listed vulnerabilities relate to Docker itself, not to the docker Python package, which is only a library for communicating with the Docker API.
What you expected to happen:
:)
How to reproduce it (as minimally and precisely as possible):
Vulnerabilities reported: CVE-2018-10892, CVE-2019-13139, CVE-2019-13509, CVE-2019-16884, CVE-2019-5736, CVE-2020-27534, CVE-2021-21284, CVE-2021-21285. See grype-scan.txt for the full output.
Anything else we need to know?:
I suspect this is the same issue as #491, #450, and #431.
Environment:
grype version
:cat /etc/os-release
or similar):I run Grype in a Docker container:
The text was updated successfully, but these errors were encountered: