We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb52414 commit dbb8878Copy full SHA for dbb8878
vulnerabilities/severity_systems.py
@@ -81,4 +81,10 @@ def as_score(self, value):
81
url="https://www.first.org/cvss/specification-document#Qualitative-Severity-Rating-Scale",
82
notes="A textual interpretation of severity. Has values like HIGH, MODERATE etc",
83
),
84
+ "unspecified": ScoringSystem(
85
+ identifier="unspecified",
86
+ name="unspecified",
87
+ url="https://example.com",
88
+ notes="Severity with unspecified scoring system. Contains values like High, Low etc",
89
+ ),
90
}
0 commit comments