false negative in transitive dependency pom.xml maven #7537
Closed
tamirsinai
started this conversation in
False Detection
Replies: 1 comment 6 replies
-
Hello @tamirsinai Trivy overwrites Created #7539 for this task. Regards, Dmitriy |
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-2024-29857
Description
Hey,
we have customer using pom.xml and has false negative.
the situation:
they have 2 pom.xml
bom-pom.txt
in-pom.txt
bcprov-jdk18on
dependecny on version 1.77 has CVE-2024-29857. they defined the version to be 1.78.1 which fixes the CVE.but, trivy finds the CVE in the dependency
okta-sdk-impl
(they use 16.0.0) which uses alsobcprov-jdk18on
on version 1.77.but when running
mvn dependency:tree
its says the using version ofbcprov-jdk18on
is version 1.78.Thanks.
Reproduction Steps
Target
Filesystem
Scanner
Vulnerability
Target OS
No response
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