-
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: redis vuln associated to somewhat unrelated python dependency #491
Comments
Thanks @Karreg! 😍 I think this is another case of how we generate CPEs with subselections of words in a name, where important context is accidently truncated off. This is an excerpt of the JSON you pasted above: "cpes": [
"cpe:2.3:a:python-redis:python-redis:3.5.3:*:*:*:*:*:*:*",
"cpe:2.3:a:python-redis:python_redis:3.5.3:*:*:*:*:*:*:*",
"cpe:2.3:a:python_redis:python-redis:3.5.3:*:*:*:*:*:*:*",
"cpe:2.3:a:python_redis:python_redis:3.5.3:*:*:*:*:*:*:*",
"cpe:2.3:a:python:python-redis:3.5.3:*:*:*:*:*:*:*",
"cpe:2.3:a:python:python_redis:3.5.3:*:*:*:*:*:*:*",
"cpe:2.3:a:python-redis:redis:3.5.3:*:*:*:*:*:*:*",
"cpe:2.3:a:python_redis:redis:3.5.3:*:*:*:*:*:*:*",
"cpe:2.3:a:redis:python-redis:3.5.3:*:*:*:*:*:*:*",
"cpe:2.3:a:redis:python_redis:3.5.3:*:*:*:*:*:*:*",
"cpe:2.3:a:python:redis:3.5.3:*:*:*:*:*:*:*",
"cpe:2.3:a:redis:redis:3.5.3:*:*:*:*:*:*:*"
], So sometimes we include the full "python redis", but in other cases, we've shortened the values to just "redis". I believe this is similar in cause to #450. |
Hello there, Is there any update on this issue? I'm still having these false positives, still for the redis python library:
Thanks! |
We have a linked issue for this here and are tracking different internal ways we can start providing corrections for these FP. Grype recently added a new table into the db called |
Hello,
I have found this vulnerability in my python dependencies with a
fs
scan (see below issue description).The found issue is for the redis package, but the scanned artifact is the
redis
python dependency, that is not redis itself, but the python library used to communicate with redis.Vulnerability report:
By the way, grype is quickly becoming better, good job :)
The text was updated successfully, but these errors were encountered: