@@ -195,7 +195,7 @@ def test_process_response(self):
195195 system = ScoringSystem (
196196 identifier = "cvssv3.1_qr" ,
197197 name = "CVSSv3.1 Qualitative Severity Rating" ,
198- url = "https://www.first.org/cvss/specification-document" ,
198+ url = "https://www.first.org/cvss/specification-document#Qualitative-Severity-Rating-Scale " ,
199199 notes = "A textual interpretation of severity. Has values like HIGH, MODERATE etc" , # nopep8
200200 ),
201201 value = "MODERATE" ,
@@ -236,7 +236,7 @@ def test_process_response(self):
236236 system = ScoringSystem (
237237 identifier = "cvssv3.1_qr" ,
238238 name = "CVSSv3.1 Qualitative Severity Rating" ,
239- url = "https://www.first.org/cvss/specification-document" ,
239+ url = "https://www.first.org/cvss/specification-document#Qualitative-Severity-Rating-Scale " ,
240240 notes = "A textual interpretation of severity. Has values like HIGH, MODERATE etc" , # nopep8
241241 ),
242242 value = "HIGH" ,
@@ -276,7 +276,7 @@ def test_process_response(self):
276276 system = ScoringSystem (
277277 identifier = "cvssv3.1_qr" ,
278278 name = "CVSSv3.1 Qualitative Severity Rating" ,
279- url = "https://www.first.org/cvss/specification-document" ,
279+ url = "https://www.first.org/cvss/specification-document#Qualitative-Severity-Rating-Scale " ,
280280 notes = "A textual interpretation of severity. Has values like HIGH, MODERATE etc" , # nopep8
281281 ),
282282 value = "LOW" ,
@@ -316,7 +316,7 @@ def test_process_response(self):
316316 system = ScoringSystem (
317317 identifier = "cvssv3.1_qr" ,
318318 name = "CVSSv3.1 Qualitative Severity Rating" ,
319- url = "https://www.first.org/cvss/specification-document" ,
319+ url = "https://www.first.org/cvss/specification-document#Qualitative-Severity-Rating-Scale " ,
320320 notes = "A textual interpretation of severity. Has values like HIGH, MODERATE etc" , # nopep8
321321 ),
322322 value = "MODERATE" ,
@@ -357,7 +357,7 @@ def test_process_response(self):
357357 system = ScoringSystem (
358358 identifier = "cvssv3.1_qr" ,
359359 name = "CVSSv3.1 Qualitative Severity Rating" ,
360- url = "https://www.first.org/cvss/specification-document" ,
360+ url = "https://www.first.org/cvss/specification-document#Qualitative-Severity-Rating-Scale " ,
361361 notes = "A textual interpretation of severity. Has values like HIGH, MODERATE etc" , # nopep8
362362 ),
363363 value = "LOW" ,
0 commit comments