Skip to content

Commit 3449217

Browse files
committed
Correct notes for cvssv3.1_qr
Fixes: #550 Signed-off-by: keshav-space <keshav6240@gmail.com>
1 parent 67fc00e commit 3449217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/severity_systems.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def as_score(self, value):
7979
identifier="cvssv3.1_qr",
8080
name="CVSSv3.1 Qualitative Severity Rating",
8181
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",
82+
notes="A textual interpretation of severity. Has values like HIGH, MEDIUM etc",
8383
),
8484
"generic_textual": ScoringSystem(
8585
identifier="generic_textual",

0 commit comments

Comments
 (0)