We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a16904 commit 4392f1dCopy full SHA for 4392f1d
1 file changed
tests/finding_test.py
@@ -279,7 +279,7 @@ def test_edit_finding_cvssv4_valid_vector(self):
279
cvssv4_value="CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
280
cvssv4_score="1",
281
expected_cvssv4_value="CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
282
- expected_cvssv4_score="1.0",
+ expected_cvssv4_score="7.3",
283
expect_success=True,
284
)
285
0 commit comments