Skip to content

Commit 9f9bd7e

Browse files
committed
fix: [vulnerability] any CVSS version
1 parent a2e4bbc commit 9f9bd7e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

objects/vulnerability/definition.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"ui-priority": 0
1515
},
1616
"cvss-score": {
17-
"description": "Score of the Common Vulnerability Scoring System (version 3).",
17+
"description": "Score of the Common Vulnerability Scoring System.",
1818
"disable_correlation": true,
1919
"misp-attribute": "float",
2020
"ui-priority": 1
2121
},
2222
"cvss-string": {
23-
"description": "String of the Common Vulnerability Scoring System (version 3).",
23+
"description": "String of the Common Vulnerability Scoring System.",
2424
"disable_correlation": true,
2525
"misp-attribute": "text",
2626
"ui-priority": 1
@@ -65,7 +65,8 @@
6565
"Reviewed",
6666
"Vulnerability ID Assigned",
6767
"Reported",
68-
"Fixed"
68+
"Fixed",
69+
"Encoded"
6970
],
7071
"ui-priority": 0
7172
},
@@ -94,5 +95,5 @@
9495
"id"
9596
],
9697
"uuid": "81650945-f186-437b-8945-9f31715d32da",
97-
"version": 8
98+
"version": 9
9899
}

0 commit comments

Comments
 (0)