Replies: 1 comment
-
|
Hello @thboileau I checked your archive.
Also i added test scope for dependencyModule and don't see Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I set up a sample Maven project with two submodules:
mainModuledependencyModulemainModuledepends ondependencyModule.dependencyModuledeclares a dependency oncom.fasterxml.jackson.core:jackson-core:2.16.0withtestscope.Trivy tells me that there is a CVE in the
mainModule.Here is the sample project
testTrivy.zip
Desired Behavior
I expect that no CVE is declared in any module
Actual Behavior
Trivy indicates that there is a CVE in the `mainModule``
Reproduction Steps
Target
Filesystem
Scanner
Vulnerability
Output Format
Table
Mode
None
Debug Output
Operating System
macOS Tahoe Version 26.3.1
Version
Checklist
trivy clean --allBeta Was this translation helpful? Give feedback.
All reactions