Replies: 2 comments 1 reply
-
|
Hello @dus7eh I am not sure that understand you correctly - do you mean that we don't show empty table ( I'm not sure I understood you correctly - do you mean that we don't show an empty table (result for json format) for packages when no OS is detected? Please correct me if I missed something. Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
-
|
This may be user experience issue. Let me show you two cases: If you compare the .txt files in both cases OS is not detected and 1 language specific file is analyzed. However in one case we get a summary with target and vuln table info but in another case there's nothing. Which may make a user wonder if the analyzis even happened. So basically it's a matter of consistency in the output reports whether OS or packages are analyzed and nothing is found. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
There are actually two probably related things both related to running vuln scan of non-recognizable os
Sample image to verify reports:
otel/opentelemetry-collector-contrib:0.96.0EDIT:
I've done some checks with different image json reports and conversion to table format to see when proper summary is reported even if os in unknown
Resultsnode with any CVE is in place - OKFor table report format this results in no summary.
Desired Behavior
Proper reports with summary (table) is produced
Actual Behavior
Missing summary when using table format and missing "Results" nodes in json format
Reproduction Steps
Target
Container Image
Scanner
Vulnerability
Output Format
JSON
Mode
Standalone
Debug Output
Operating System
Ubuntu
Version
Checklist
trivy image --resetBeta Was this translation helpful? Give feedback.
All reactions