fix: [vulnerability] any CVSS version

pull/449/head
Alexandre Dulaunoy 2024-12-16 14:42:27 +01:00
parent a2e4bbc961
commit 9f9bd7ebaa
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 5 additions and 4 deletions

View File

@ -14,13 +14,13 @@
"ui-priority": 0 "ui-priority": 0
}, },
"cvss-score": { "cvss-score": {
"description": "Score of the Common Vulnerability Scoring System (version 3).", "description": "Score of the Common Vulnerability Scoring System.",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "float", "misp-attribute": "float",
"ui-priority": 1 "ui-priority": 1
}, },
"cvss-string": { "cvss-string": {
"description": "String of the Common Vulnerability Scoring System (version 3).", "description": "String of the Common Vulnerability Scoring System.",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 1 "ui-priority": 1
@ -65,7 +65,8 @@
"Reviewed", "Reviewed",
"Vulnerability ID Assigned", "Vulnerability ID Assigned",
"Reported", "Reported",
"Fixed" "Fixed",
"Encoded"
], ],
"ui-priority": 0 "ui-priority": 0
}, },
@ -94,5 +95,5 @@
"id" "id"
], ],
"uuid": "81650945-f186-437b-8945-9f31715d32da", "uuid": "81650945-f186-437b-8945-9f31715d32da",
"version": 8 "version": 9
} }