Skip to content

Commit

Permalink
Merge pull request #415 from Hritik14/scoring_system
Browse files Browse the repository at this point in the history
Add unspecified scoring system
  • Loading branch information
sbs2001 authored Apr 2, 2021
2 parents 9634400 + cdaf81e commit 8f9850f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vulnerabilities/severity_systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,10 @@ def as_score(self, value):
url="https://www.first.org/cvss/specification-document#Qualitative-Severity-Rating-Scale",
notes="A textual interpretation of severity. Has values like HIGH, MODERATE etc",
),
"generic_textual": ScoringSystem(
identifier="generic_textual",
name="Generic textual severity rating",
url="",
notes="Severity for unknown scoring systems. Contains generic textual values like High, Low etc",
),
}

0 comments on commit 8f9850f

Please sign in to comment.