We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f01f6 commit 6f002cdCopy full SHA for 6f002cd
1 file changed
objects/report/definition.json
@@ -30,6 +30,21 @@
30
"misp-attribute": "text",
31
"multiple": true,
32
"ui-priority": 100
33
+ },
34
+ "type": {
35
+ "description": "Type of report",
36
+ "misp-attribute": "text",
37
+ "sane_default": [
38
+ "Report",
39
+ "Alert",
40
+ "Incident",
41
+ "Operation",
42
+ "Press Article",
43
+ "Press Release",
44
+ "Online Article",
45
+ "Blog post"
46
+ ],
47
+ "ui-priority": 100
48
}
49
},
50
"description": "Metadata used to generate an executive level report",
@@ -40,5 +55,5 @@
55
"link"
56
],
57
"uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df",
- "version": 3
58
+ "version": 4
59
0 commit comments