-
Notifications
You must be signed in to change notification settings - Fork 163
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 support for CVSS 4.0 #249
Comments
Will assign to @fjscao. He committed to submit a PR by 10/8/2023. |
Looks like the https://www.first.org/cvss/cvss-v4.0.json has an error Line 125 should be "multipleOf" instead of "multiple" - I am also writing to let the CVSS SIG know about it.
should be multipleOf from https://json-schema.org/understanding-json-schema/reference/numeric.html#multiples
|
Targeting 5.1.0 with CVSS v4 capability to resolve #249
FIRST has released a new version at https://www.first.org/cvss/cvss-v4.0.json dated October 2, 2023
The CVSSv4 JSON schema error has been resolved. |
pull request was created on Oct. 5: #253 The other possible changes were discussed with Chandan and Dave in email. |
addressed in 5.1.0 |
Introduce an optional object type with cvssV4_0 field pointing to schema at https://www.first.org/cvss/cvss-v4.0.json
Likely target for 5.0.2 and before October end since this is a transparent change to CNAs.
The text was updated successfully, but these errors were encountered: