Skip to content

Commit 702ee99

Browse files
committed
Fix CVSS v3 vector
Signed-off-by: damiencarol <[email protected]>
1 parent fd54a4f commit 702ee99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/src/test/resources/1.4/valid-vulnerability-1.4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"score": 9.8,
4040
"severity": "critical",
4141
"method": "CVSSv3",
42-
"vector": "AN/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
42+
"vector": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
4343
"justification": "An optional reason for rating the vulnerability as it was"
4444
}
4545
],

0 commit comments

Comments
 (0)