Skip to content

Commit dbb8878

Browse files
committed
Add unspecified scoring system
Signed-off-by: Hritik Vijay <hritikxx8@gmail.com>
1 parent eb52414 commit dbb8878

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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+
"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+
),
8490
}

0 commit comments

Comments
 (0)