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

Remove CVSS validation #178

Merged
merged 1 commit into from
Jul 19, 2023
Merged

Conversation

andrewpollock
Copy link
Collaborator

Based on conversation on #168, the CVSS validation by pure regex is too strict, so remove.

Fixes: #168

Based on conversation on ossf#168, the CVSS validation by pure regex is too strict, so remove.

Fixes: ossf#168

Signed-off-by: Andrew Pollock <[email protected]>
@oliverchang oliverchang merged commit a2972fc into ossf:main Jul 19, 2023
1 check passed
oliverchang pushed a commit that referenced this pull request Nov 30, 2023
This PR comes to unlock #166 which seems stuck.

## What does it bring ?

Basic support of CVSS v4.0, I'll open another issue about #178 about
validating the CVSS vectors soon, as the FIRST.ORG SIG CVSS provide
official CVSS validation regex we could use for schema validation.

The string representation (aka vector) example comes from the CVSS v4.0
Specification Document Section 7.

Signed-off-by: Lucas TESSON <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

schema.json "score" pattern too strict in metric ordering, optional metrics not recognised
3 participants