chg: [report] add a report type

pull/313/head
Alexandre Dulaunoy 2021-04-14 09:20:25 +02:00
parent e1f01f674f
commit 6f002cd4c6
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 16 additions and 1 deletions

View File

@ -30,6 +30,21 @@
"misp-attribute": "text",
"multiple": true,
"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",
@ -40,5 +55,5 @@
"link"
],
"uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df",
"version": 3
"version": 4
}