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 #789

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

@fnxpt
Copy link
Contributor

fnxpt commented Apr 23, 2024

besides the missing translation, Im not really sure about the amount of decimal cases... but Im also not sure if its correct to round it
There are also some conflicts to be fixed
Screenshot 2024-04-23 at 20 38 46

@aravindparappil46
Copy link
Contributor Author

@fnxpt Thanks! Something happened to this branch while I was attempting to fix it and it got closed 🙈
I have created a new PR here:
#832

IMHO, I don't think we need to round the EPSS Score or percentile (the raw numbers would be better)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add EPSS Scores to Vulnerabilities Pages for CVEs
2 participants