Skip to content

Commit

Permalink
test(vulnerable-code): Update expected results
Browse files Browse the repository at this point in the history
This is a follow-up to fbfcd0c, apparently the vector data was also
wrong.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Nov 19, 2024
1 parent 37dae9f commit bf0bb08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class VulnerableCodeFunTest : WordSpec({
scoringSystem shouldBe "cvssv3.1"
severity shouldBe "MEDIUM"
score shouldBe 4.8f
vector shouldBe "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
vector shouldBe "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L"
}
}
}
Expand Down

0 comments on commit bf0bb08

Please sign in to comment.