-
Notifications
You must be signed in to change notification settings - Fork 22
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
Upgrade to cve 5.1 schema #196
Conversation
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
@prabhu Sure thing. |
Wondering if there is a way to upgrade all cvss 3.1 to cvss 4 format. |
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.
My concern with this is around CSAF compatibility. The latest version of the CSAF spec is 2.0 and it only supports cvss v3.0 and cvss v3.1. If I'm understanding things correctly, this PR will make cvss v4 the default and no scoring will be able to be included for CSAF.
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
@cerrussell can you review the latest? |
@prabhu Testing it now... |
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.
Looks like this will work fine for depscan now - just need to make a couple tweaks on that side. We had changed it so CSAF would use the VDR for generation and the VDR will still only be storing one rating and preferring v4.
@cerrussell This is how I had improved v5 branch to refer to the vector string - https://github.com/owasp-dep-scan/dep-scan/pull/365/files |
@prabhu I see... that change breaks CSAF, though, because it's not set up to iterate through a list of ratings as before, there was only ever one in the list. |
Oh dear. Could you propose a PR for v5 branch as well? |
Support for cvss v4 in osv. Also, includes fix for #198
@cerrussell can you check if depscan v6 is alright with this version?