We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3d40e commit 2b1c353Copy full SHA for 2b1c353
1 file changed
objects/report/definition.json
@@ -9,6 +9,12 @@
9
"misp-attribute": "text",
10
"ui-priority": 1
11
},
12
+ "link": {
13
+ "description": "Link to the report mentioned",
14
+ "misp-attribute": "link",
15
+ "multiple": true,
16
+ "ui-priority": 100
17
+ },
18
"report-file(s)": {
19
"description": "Attachment(s) that is related to the report",
20
"misp-attribute": "attachment",
@@ -30,8 +36,9 @@
30
36
"meta-category": "misc",
31
37
"name": "report",
32
38
"required": [
33
- "summary"
39
+ "summary",
40
+ "link"
34
41
],
35
42
"uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df",
- "version": 1
43
+ "version": 2
44
}
0 commit comments