Skip to content

Commit 8f9850f

Browse files
authored
Merge pull request #415 from Hritik14/scoring_system
Add unspecified scoring system
2 parents 9634400 + cdaf81e commit 8f9850f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

vulnerabilities/severity_systems.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,10 @@ def as_score(self, value):
8181
url="https://www.first.org/cvss/specification-document#Qualitative-Severity-Rating-Scale",
8282
notes="A textual interpretation of severity. Has values like HIGH, MODERATE etc",
8383
),
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+
),
8490
}

0 commit comments

Comments
 (0)