frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Display CVSS score in the Vulnerabilities view

Open ShuP1 opened this issue 3 years ago • 1 comments

Current Behavior

Just CWE and Severity are listed on the vulnerabilities view.

Proposed Behavior

Similar to https://github.com/DependencyTrack/dependency-track/issues/1948

Show also the CVSS and EPSS on the vulnerability screen as done in the component vulnerabilities tab

Motivation

Currently there is not display of the EPSS in vulnerability view. So no way to see this field (already provided by the backend) because a finding is created.

Checklist

ShuP1 avatar Nov 18 '22 09:11 ShuP1

The enhancement #551 focuses exclusively on display of EPSS in the Vulnerabilities view.

The display of CVSS would allow for vulnerabilities to be sorted by severity. Ideally, one would want to have multiple sorting. ie, EPSS as primary sort column and CVSS as secondary. Or Vice versa.

msymons avatar Jul 11 '23 23:07 msymons