mirror of https://github.com/MISP/misp-objects
chg: [report] add a report type
parent
e1f01f674f
commit
6f002cd4c6
|
@ -30,6 +30,21 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 100
|
"ui-priority": 100
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"description": "Type of report",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"sane_default": [
|
||||||
|
"Report",
|
||||||
|
"Alert",
|
||||||
|
"Incident",
|
||||||
|
"Operation",
|
||||||
|
"Press Article",
|
||||||
|
"Press Release",
|
||||||
|
"Online Article",
|
||||||
|
"Blog post"
|
||||||
|
],
|
||||||
|
"ui-priority": 100
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "Metadata used to generate an executive level report",
|
"description": "Metadata used to generate an executive level report",
|
||||||
|
@ -40,5 +55,5 @@
|
||||||
"link"
|
"link"
|
||||||
],
|
],
|
||||||
"uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df",
|
"uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df",
|
||||||
"version": 3
|
"version": 4
|
||||||
}
|
}
|
Loading…
Reference in New Issue