From 8215066c961e80cc15d8709336b2760d4c2b19c1 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 18 Jun 2022 16:10:41 +0200 Subject: [PATCH] chg: [report] add Zotero item types in addition to the default type --- objects/report/definition.json | 44 +++++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 6 deletions(-) diff --git a/objects/report/definition.json b/objects/report/definition.json index 0c8aba6..466fd92 100644 --- a/objects/report/definition.json +++ b/objects/report/definition.json @@ -36,14 +36,46 @@ "disable_correlation": true, "misp-attribute": "text", "sane_default": [ - "Report", "Alert", + "Artwork", + "Attachment", + "Audio", + "Bill", + "Blog", + "Book", + "Case", + "Conference", + "Dictionary", + "Document", + "Email", + "Encyclopedia", + "Film", + "Forum", + "Hearing", "Incident", + "Instant", + "Interview", + "Journal", + "Letter", + "Magazine", + "Manuscript", + "Map", + "Newspaper", + "Note", + "Online", "Operation", - "Press Article", - "Press Release", - "Online Article", - "Blog post" + "Patent", + "Podcast", + "Presentation", + "Press", + "Radio", + "Report", + "Software", + "Statute", + "Thesis", + "TV", + "Video", + "Webpage" ], "ui-priority": 100 } @@ -56,5 +88,5 @@ "link" ], "uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df", - "version": 5 + "version": 7 } \ No newline at end of file