From 2b1c3532dccad651f960ff71defdbc422c40ef0c Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 4 Feb 2021 11:03:01 +0100 Subject: [PATCH] chg: [report] add a link field to the report object template --- objects/report/definition.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/objects/report/definition.json b/objects/report/definition.json index 316823f..ff9920b 100644 --- a/objects/report/definition.json +++ b/objects/report/definition.json @@ -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 } \ No newline at end of file