mirror of https://github.com/MISP/misp-objects
ui-priority is now the King!
parent
fb18a4ec29
commit
17d4fab43e
|
@ -1,42 +1,4 @@
|
|||
{
|
||||
"name": "vulnerability",
|
||||
"uuid": "81650945-f186-437b-8945-9f31715d32da",
|
||||
"meta-category": "network",
|
||||
"description": "Vulnerability object describing common vulnerability enumeration",
|
||||
"version": 1,
|
||||
"attributes": {
|
||||
"references": {
|
||||
"misp-attribute": "link",
|
||||
"misp-usage-frequency": 1,
|
||||
"multiple": true
|
||||
},
|
||||
"published": {
|
||||
"misp-attribute": "datetime",
|
||||
"misp-usage-frequency": 0
|
||||
},
|
||||
"modified": {
|
||||
"misp-attribute": "datetime",
|
||||
"misp-usage-frequency": 0
|
||||
},
|
||||
"vulnerable_configuration": {
|
||||
"misp-attribute": "text",
|
||||
"misp-usage-frequency": 1,
|
||||
"multiple": true,
|
||||
"description": "The vulnerable configuration is described in CPE format"
|
||||
},
|
||||
"summary": {
|
||||
"misp-attribute": "text",
|
||||
"misp-usage-frequency": 1
|
||||
},
|
||||
"text": {
|
||||
"misp-attribute": "text",
|
||||
"misp-usage-frequency": 1
|
||||
},
|
||||
"id": {
|
||||
"misp-attribute": "vulnerability",
|
||||
"misp-usage-frequency": 1
|
||||
}
|
||||
},
|
||||
"requiredOneOf": [
|
||||
"published",
|
||||
"modified",
|
||||
|
@ -45,5 +7,43 @@
|
|||
"summary",
|
||||
"text",
|
||||
"id"
|
||||
]
|
||||
],
|
||||
"attributes": {
|
||||
"id": {
|
||||
"ui-frequency": 1,
|
||||
"misp-attribute": "vulnerability"
|
||||
},
|
||||
"text": {
|
||||
"ui-frequency": 1,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"summary": {
|
||||
"ui-frequency": 1,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"vulnerable_configuration": {
|
||||
"description": "The vulnerable configuration is described in CPE format",
|
||||
"multiple": true,
|
||||
"ui-frequency": 1,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"modified": {
|
||||
"ui-frequency": 0,
|
||||
"misp-attribute": "datetime"
|
||||
},
|
||||
"published": {
|
||||
"ui-frequency": 0,
|
||||
"misp-attribute": "datetime"
|
||||
},
|
||||
"references": {
|
||||
"multiple": true,
|
||||
"ui-frequency": 1,
|
||||
"misp-attribute": "link"
|
||||
}
|
||||
},
|
||||
"version": 1,
|
||||
"description": "Vulnerability object describing common vulnerability enumeration",
|
||||
"meta-category": "network",
|
||||
"uuid": "81650945-f186-437b-8945-9f31715d32da",
|
||||
"name": "vulnerability"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue