Trivy .jar image scan does not find some CVEs compared to OWASP Depedency check tool #5140
bedla
started this conversation in
False Detection
Replies: 1 comment 6 replies
-
We need to see an image to replicate the issue. Otherwise, it is hard to say what's wrong. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IDs
CVE-2023-34462, CVE-2022-1471, CVE-2023-35116, CVE-2023-4586, CVE-2022-1471
Description
Hi,
I am running scan on same application with Trivy and with OWASP Dependency check CLI tool https://owasp.org/www-project-dependency-check/ and getting different results.
I assume that both tools use same input DBs.
Do you think that this is about different DBs used, or Trivy does not see some .jar files?
Thx
Ivos
Trivy:
CVE-2023-34462
CVE-2022-1471
OWASP checker:
CVE-2023-34462
CVE-2022-1471
CVE-2023-35116 *
CVE-2023-4586 *
CVE-2022-1471 *
report can be downloaded here: https://drive.google.com/file/d/1_WQlLUXMkpwCTUJ3CnmF7JHiR5glpDpI/view?usp=sharing
Reproduction Steps
1. Run `docker run -v /var/run/docker.sock:/var/run/docker.sock aquasec/trivy --debug image -f json harbor.oci.xxx-lab.tech/xxx-qr-service/xxx-qr-service:1.5.0`
Target
Container Image
Scanner
Vulnerability
Target OS
Docker Windows
Debug Output
Version
Checklist
-f json
that shows data sources and confirmed that the security advisory in data sources was correctBeta Was this translation helpful? Give feedback.
All reactions