Skip to content

Commit

Permalink
Temporary using CVSS 3.0 to make tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Oct 15, 2024
1 parent c04f6a3 commit c2a143a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,9 @@ class CsafTest {
),
cvss_v3 =
Csaf.CvssV3(
version = "3.1",
version = "3.0",
vectorString =
"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N/E:P/RL:O/RC:C/" +
"CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N/E:P/RL:O/RC:C/" +
"CR:M/IR:M/MAV:N/MAC:L/MPR:L/MUI:N/MS:C/MC:L/MI:L/MA:N",
attackVector = Csaf.AttackVector.NETWORK,
attackComplexity = Csaf.AttackComplexity.LOW,
Expand Down

0 comments on commit c2a143a

Please sign in to comment.