[Edge case] Missing key for fixed version #4799
Closed
ronniee007
started this conversation in
False Detection
Replies: 2 comments 1 reply
-
Hello @ronniee007 We get fixed versions from databases. I created #235 to fix that. |
Beta Was this translation helpful? Give feedback.
1 reply
-
#235 has been merged. |
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
Vulnerabilities do not reflect the key for fixed version in couple of cases, even though the fixed version is mentioned in description.
Desired Behavior
Ideally the JSON output should have a fixed version key that can be extracted for further processing.
Actual Behavior
No key found. Description is a non-structured string, we can not rely on that field to extract the fixed version. Probably We need a machine learning to extract patterns from non-standard strings such as this.
Reproduction Steps
SBOM scanning and vulnerability reporting step for trivy binary
Target
Git Repository
Scanner
Vulnerability
Output Format
JSON
Mode
Standalone
Debug Output
Operating System
Google kubernetes
Version
Checklist
trivy image --reset
Beta Was this translation helpful? Give feedback.
All reactions