-
Notifications
You must be signed in to change notification settings - Fork 148
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
feat(vulnsrc/nvd): add CVSS v4.0 #414
Conversation
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.
LGTM (tests are failing, though). @DmitriyLewen Can you please double-check this PR?
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.
LGTM
I wanted to test it on real data, but I could not do it since NVD only publishes CVSSv4 scored by other CNAs and has not yet published CVSSv4 by NVD itself. However, I think the implementation is good and will merge it. |
I saw it too. I renamed |
Description
Supports NVD CVSS V4.0 Schema with Trivy DB.
aquasecurity/vuln-list-update#297
How has this been tested?
I've run the test cases using make test and all of them passed.