You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ColinMcMicken, we believe these false positives and negatives have been fixed in the latest version of Grype. Can you upgrade and let us know? Thanks!
What happened:
Scanned postgresql jdbc driver (42.3.3) .jar file using grype.
Was given a false-positive PostgreSQL CVE (not jdbc driver): CVE-2017-8806
What you expected to happen:
Be given two active CVEs for the postgresql jdbc driver of that version (42.3.3.): CVE-2022-31197, CVE-2022-41946
How to reproduce it (as minimally and precisely as possible):
Download postgresql jdbc driver 42.3.3 & Scan dir with .jar file using grype:
Anything else we need to know?:
Syft correctly identifies the jar as being JDBC driver for postgresql and lists one or more cpes indicating the postgres jdbc driver
syft file:./tmp/postgresql-42.3.3.jar --output syft-json > ./postgresql-42.3.3.syft-json.json
a few of the cpes lines of the syft-json file:
Environment:
grype version
:cat /etc/os-release
or similar):syft version
:The text was updated successfully, but these errors were encountered: