There was an error while loading. Please reload this page.
2 parents 9634400 + cdaf81e commit 8f9850fCopy full SHA for 8f9850f
1 file changed
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
+ "generic_textual": ScoringSystem(
85
+ identifier="generic_textual",
86
+ name="Generic textual severity rating",
87
+ url="",
88
+ notes="Severity for unknown scoring systems. Contains generic textual values like High, Low etc",
89
+ ),
90
}
0 commit comments