mirror of https://github.com/MISP/misp-objects
fix: [vulnerability] any CVSS version
parent
a2e4bbc961
commit
9f9bd7ebaa
|
@ -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
|
||||||
}
|
}
|
Loading…
Reference in New Issue