mirror of https://github.com/MISP/misp-objects
fix: [vulnerability] any CVSS version
parent
a2e4bbc961
commit
9f9bd7ebaa
|
@ -14,13 +14,13 @@
|
|||
"ui-priority": 0
|
||||
},
|
||||
"cvss-score": {
|
||||
"description": "Score of the Common Vulnerability Scoring System (version 3).",
|
||||
"description": "Score of the Common Vulnerability Scoring System.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "float",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"cvss-string": {
|
||||
"description": "String of the Common Vulnerability Scoring System (version 3).",
|
||||
"description": "String of the Common Vulnerability Scoring System.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
|
@ -65,7 +65,8 @@
|
|||
"Reviewed",
|
||||
"Vulnerability ID Assigned",
|
||||
"Reported",
|
||||
"Fixed"
|
||||
"Fixed",
|
||||
"Encoded"
|
||||
],
|
||||
"ui-priority": 0
|
||||
},
|
||||
|
@ -94,5 +95,5 @@
|
|||
"id"
|
||||
],
|
||||
"uuid": "81650945-f186-437b-8945-9f31715d32da",
|
||||
"version": 8
|
||||
"version": 9
|
||||
}
|
Loading…
Reference in New Issue