Skip to content

Commit 6f002cd

Browse files
committed
chg: [report] add a report type
1 parent e1f01f6 commit 6f002cd

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

objects/report/definition.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,21 @@
3030
"misp-attribute": "text",
3131
"multiple": true,
3232
"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
3348
}
3449
},
3550
"description": "Metadata used to generate an executive level report",
@@ -40,5 +55,5 @@
4055
"link"
4156
],
4257
"uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df",
43-
"version": 3
58+
"version": 4
4459
}

0 commit comments

Comments
 (0)