jdom license classification not correct #9371
Closed
KrzysztofKlubek
started this conversation in
Bugs
Replies: 1 comment 1 reply
-
|
Hello @KrzysztofKlubek Created #9379 Also i wrote workaround in issue description. Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
1 reply
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 have a problem after updating trivy to 0.63, in 0.65 is the same. With java maven project and library org.jdom:jdom after running:
trivy filesystem --debug --config trivy-config.yaml ./in output file license.json i have:
in trivy-config-yaml I have in notice category, after my tries:
trivy in 0.62 gives output in license.json:
after update to 0.63 and above:
How can I define category for this license?
Desired Behavior
Trivy should classify license as notice according to configuration in trivy-config.yaml
Actual Behavior
Trivy classify license as unknown
Reproduction Steps
1.create trivy-config.yaml with notice: - Similar to Apache License but with the acknowledgment clause removed - "Similar to Apache License but with the acknowledgment clause removed" 2.create java maven project with org.jdom:jdom library in pom.xml 3.run trivy.exe filesystem --config trivy-config.yaml ./ ...Target
Filesystem
Scanner
License
Output Format
JSON
Mode
Standalone
Debug Output
.Operating System
linux
Version
Checklist
trivy clean --allBeta Was this translation helpful? Give feedback.
All reactions