-
Notifications
You must be signed in to change notification settings - Fork 166
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
JSON5.0 - CVSS hard coded version numbers #162
Comments
Proposal is to make this an array with multiple versions and format's allowed. E.g.:
|
Other scores such as SSVC #144 can also become part of a scores array when the CVE schema v6.0 or next major update is being considered. Vijay |
Changing the |
Does that imply that if a new version of CVSS is released it cannot be adopted unless a new version of CVE records is released too? |
No. Adding a new optional field is not a breaking change. It will not break any of the existing tools to produce/consume records. It will be done in a schema minor release 5.x. |
Removing a field on the other hand means existing tools will produce a JSON that no longer validates, which means CNAs will have to change their tooling. |
While this request is perfectly valid and probably the better approach, changing this would break all previous content. We will not implement this currently. We may want to reconsider this and other CVSS changes in a major/model update. |
See: Vulnogram/Vulnogram#64
CVSS record forat is:
This means that when the CVSS version changes to e.g. v3.2 the tag changes as well, meaning I have to update the code that renders CVEs records on https://csirt.divd.nl.
Having a version number as part of a tag is generally considered bad practice.
The text was updated successfully, but these errors were encountered: