Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display EPSS Score And Percentile In Vulnerability Page #832

Merged

Conversation

aravindparappil46
Copy link
Contributor

Description

Adds the raw EPSS score and percentile numbers to the vulnerability details page, similar to the CVSS Exploit Score and other metrics.

image

Addressed Issue

Fixes #544

Additional Details

Initially thought of converting both the numbers into percentage by multiplying by 100 for readability (Would have to use .toFixed(2) to avoid JS floating point multiplication precision issue). But kept them as the raw number itself since that's how the EPSS data by FIRST is reported.

Checklist

aravindparappil46 and others added 3 commits April 25, 2024 13:34
Added the raw EPSS score and percentile numbers to the vulnerability details page,
similar to the CVSS Exploit Score and other metrics

Signed-off-by: Aravind Parappil <aravindparappil@gmail.com>
Ran npm run prettier-fix

Signed-off-by: Aravind Parappil <aravindparappil@gmail.com>
Signed-off-by: Aravind Parappil <arparappil@wfscorp.com>
@aravindparappil46
Copy link
Contributor Author

Note: This is the same PR as #789 that got accidentally closed while I was trying to fix conflicts

@nscuro nscuro added this to the 4.11 milestone Apr 26, 2024
@nscuro nscuro added the enhancement New feature or request label Apr 26, 2024
Copy link
Member

@nscuro nscuro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nscuro nscuro merged commit 2d22bcc into DependencyTrack:master Apr 26, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add EPSS Scores to Vulnerabilities Pages for CVEs
2 participants