-
Notifications
You must be signed in to change notification settings - Fork 18
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 CVSS 4.0 support #167
Comments
Hey! I'll take this one! :) |
@unorsk Thanks! I wrote the initial CVSS library, please let me know if you need any help. |
Started working on this. No wonder this hasn't been implemented yet 😅 |
It seems like you can find an JavaScript implementation in https://www.first.org/cvss/calculator/app.js?v=7 . Looks pretty onerous, good luck! |
Yeah, thanks! It looks like it's just an embedded (and a bit outdated) version of this one |
Might be better to just read the spec: https://www.first.org/cvss/v4.0/specification-document |
Summary
CVSS 4.0 is here, and already supported by OSV. Add support for it in our cvss lib and hsec-tools.
The text was updated successfully, but these errors were encountered: