Skip to content

Commit 2b1c353

Browse files
committed
chg: [report] add a link field to the report object template
1 parent 3d3d40e commit 2b1c353

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

objects/report/definition.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"misp-attribute": "text",
1010
"ui-priority": 1
1111
},
12+
"link": {
13+
"description": "Link to the report mentioned",
14+
"misp-attribute": "link",
15+
"multiple": true,
16+
"ui-priority": 100
17+
},
1218
"report-file(s)": {
1319
"description": "Attachment(s) that is related to the report",
1420
"misp-attribute": "attachment",
@@ -30,8 +36,9 @@
3036
"meta-category": "misc",
3137
"name": "report",
3238
"required": [
33-
"summary"
39+
"summary",
40+
"link"
3441
],
3542
"uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df",
36-
"version": 1
43+
"version": 2
3744
}

0 commit comments

Comments
 (0)