Replies: 1 comment
-
|
duplicate of #9191 |
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
The
--vuln-severity-sourceoption does not seem to be working as documented. As an example, if I providenvdas the only source, CLI table output gives severities from thedebiansource rather than the NVD CVSS score. JSON output shows the correct severities are found for both sources, but that ofdebianoverridesnvd.Desired Behavior
The severity level listed in the table and JSON output should come from the first source with a matching CVE record according to the priority list specified.
Actual Behavior
In my example, it appears that the
autosetting may be getting used instead of the value I provided (nvd). See example below.Reproduction Steps
Target
Container Image
Scanner
Vulnerability
Output Format
Table
Mode
Standalone
Debug Output
Operating System
Linux
Version
Checklist
trivy clean --allBeta Was this translation helpful? Give feedback.
All reactions