Skip to content

Commit 057a368

Browse files
committed
Fix tests
Signed-off-by: Tushar Goel <[email protected]>
1 parent bf048be commit 057a368

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

vulnerabilities/tests/test_data/postgresql/parse-advisory-postgresql-expected.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,8 @@
6969
"severities": [
7070
{
7171
"system": "cvssv3",
72-
"value": "6.7"
73-
},
74-
{
75-
"system": "cvssv3_vector",
76-
"value": [
72+
"value": "6.7",
73+
"scoring_elements": [
7774
"AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H"
7875
]
7976
}
@@ -149,11 +146,8 @@
149146
"severities": [
150147
{
151148
"system": "cvssv3",
152-
"value": "3.1"
153-
},
154-
{
155-
"system": "cvssv3_vector",
156-
"value": [
149+
"value": "3.1",
150+
"scoring_elements": [
157151
"AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N"
158152
]
159153
}

0 commit comments

Comments
 (0)