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

Change: Use score -99 for missing severity in CVEs #2053

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

timopollmeier
Copy link
Member

What

When a CVE entry in the nvdcve file has no cvss score, it is stored with the score SEVERITY_MISSING (-99.0) instead of 0.0.

Why

This allows distinguishing them from CVEs that explicitly have a score of 0.0 assigned.

References

GEA-224

When a CVE entry in the nvdcve file has no cvss score, it is stored
with the score SEVERITY_MISSING (-99.0) instead of 0.0.

This allows distinguishing them from CVEs that explicitly have a score
of 0.0 assigned.
@github-actions
Copy link

Conventional Commits Report

Type Number
Changed 1

🚀 Conventional commits found.

@timopollmeier timopollmeier marked this pull request as ready for review July 28, 2023 13:13
@timopollmeier timopollmeier requested review from a team and mattmundell as code owners July 28, 2023 13:13
@jhelmold jhelmold merged commit 66d6deb into main Jul 28, 2023
9 checks passed
@jhelmold jhelmold deleted the change-missing-cve-severity branch July 28, 2023 15:26
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.

2 participants