-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add: Toggle to enable EPSS fields #4048
Conversation
Conventional Commits Report
🚀 Conventional commits found. |
831c7ff
to
922e6b8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4048 +/- ##
=======================================
Coverage 72.45% 72.46%
=======================================
Files 1067 1067
Lines 121990 122030 +40
Branches 6050 6060 +10
=======================================
+ Hits 88385 88425 +40
Misses 33574 33574
Partials 31 31 ☔ View full report in Codecov by Sentry. |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. OpenSSF Scorecard
Scanned Manifest Files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new setting should be documented in the README too.
The EPSS fields for CVEs and VTs can now be toggled with an option in the config.js file. This is done because no EPSS feed is provided yet, so the new fields should only be enabled for testing.
A superfluous fragment has been removed and consts are used for the EPSS scores and percentiles in tables for better readability.
c2f2331
to
9312562
Compare
What
The EPSS fields for CVEs and VTs can now be toggled with an option in the config.js file.
Why
This is done because no EPSS feed is provided yet, so the new fields should only be enabled for testing.
References
GEA-571
Checklist