pom.xml exclusion with space in group id dosent work #7581
Replies: 2 comments 5 replies
-
Hello @tamirsinai
can you update your pom file so we can compare Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
5 replies
-
Created #7658 for this issue. |
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
-
Description
hey,
when i run
trivy fs .
on my pom.xml:it detects CVE on artifactId
bcprov-jdk18on
.but when i remove the space letter, the CVE wont show like it should be.
looks like trivy dosent
trim
the string and cause confuses with the CVE.Desired Behavior
ignore space letter in exclusion artifactId so trivy wont detect the CVE
Actual Behavior
because of the space letter trivy detects CVE on the dependency
Reproduction Steps
Target
Filesystem
Scanner
Vulnerability
Output Format
None
Mode
None
Debug Output
Operating System
macos
Version
Checklist
trivy clean --all
Beta Was this translation helpful? Give feedback.
All reactions