frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Vulnerability Audit: Display Risk Score Column For Grouped Vulnerabilities

Open msymons opened this issue 1 year ago • 0 comments

Current Behavior

The Vulnerability Audit Screen has a column that displays the count of affected projects for each vulnerability. It really is useful to see (say) that vulnerability A affects 150 projects and vulnerabilities B and C each affect 20.

However, this does not take weighted risk score into account, ie, where A and C are both low severity (score = 1) and B is critical (score = 10).

In this example, risks scores would be 150 for A, 200 for B, 20 for C.

Having this information missing from the "Grouped Vulnerabilities" Audit screen thus makes it harder to audit based on risk.

Proposed Behavior

Add Risk Score Column to the "Grouped Vulnerabilities" Audit Screen. The column needs to be sortable.

Checklist

msymons avatar Jun 20 '24 01:06 msymons