-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
2
-
False
-
-
False
-
-
-
-
Green-Bucket 💚, Rox Sprint 4.10E, Rox Sprint 4.10F
While testing the UI, I noticed that the counts of vulnerabilities don't match. The JSON generated by the ACS task has wrong counts in the 'summary' part.
Summary part of record:
"summary": {
"CRITICAL": 0,
"IMPORTANT": 0,
"LOW": 55,
"MODERATE": 12,
"TOTAL-COMPONENTS": 31,
"TOTAL-VULNERABILITIES": 67
},
Then follows the 'vulnerabilities' section, which contains 95 elements (namely 12 MODERATE and 83 LOW).
You can find the report and screenshot in the attachment.
To me it seems like the summary is not generated well from the find vulnerabilities.