mirror of https://github.com/MISP/misp-objects
chg: [report] add a link field to the report object template
parent
3d3d40e6c0
commit
2b1c3532dc
|
@ -9,6 +9,12 @@
|
|||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"link": {
|
||||
"description": "Link to the report mentioned",
|
||||
"misp-attribute": "link",
|
||||
"multiple": true,
|
||||
"ui-priority": 100
|
||||
},
|
||||
"report-file(s)": {
|
||||
"description": "Attachment(s) that is related to the report",
|
||||
"misp-attribute": "attachment",
|
||||
|
@ -30,8 +36,9 @@
|
|||
"meta-category": "misc",
|
||||
"name": "report",
|
||||
"required": [
|
||||
"summary"
|
||||
"summary",
|
||||
"link"
|
||||
],
|
||||
"uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df",
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
Loading…
Reference in New Issue