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

add CVSS 4.0 support #167

Open
frasertweedale opened this issue Mar 18, 2024 · 6 comments
Open

add CVSS 4.0 support #167

frasertweedale opened this issue Mar 18, 2024 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@frasertweedale
Copy link
Collaborator

Summary

CVSS 4.0 is here, and already supported by OSV. Add support for it in our cvss lib and hsec-tools.

@frasertweedale frasertweedale added the enhancement New feature or request label Mar 18, 2024
@unorsk
Copy link

unorsk commented Jun 9, 2024

Hey! I'll take this one! :)

@TristanCacqueray
Copy link
Collaborator

@unorsk Thanks! I wrote the initial CVSS library, please let me know if you need any help.

@unorsk
Copy link

unorsk commented Jun 14, 2024

Started working on this. No wonder this hasn't been implemented yet 😅
The way they changed the scoring system isn't very straightforward... but it's fun :)

@TristanCacqueray
Copy link
Collaborator

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!

@unorsk
Copy link

unorsk commented Jun 14, 2024

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

@frasertweedale
Copy link
Collaborator Author

Might be better to just read the spec: https://www.first.org/cvss/v4.0/specification-document
and test the implementation using the official examples: https://www.first.org/cvss/v4.0/examples

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

No branches or pull requests

3 participants