mirror of https://github.com/MISP/misp-objects
chg: [report] add Zotero item types in addition to the default type
parent
b56d3a980b
commit
8215066c96
|
@ -36,14 +36,46 @@
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"sane_default": [
|
"sane_default": [
|
||||||
"Report",
|
|
||||||
"Alert",
|
"Alert",
|
||||||
|
"Artwork",
|
||||||
|
"Attachment",
|
||||||
|
"Audio",
|
||||||
|
"Bill",
|
||||||
|
"Blog",
|
||||||
|
"Book",
|
||||||
|
"Case",
|
||||||
|
"Conference",
|
||||||
|
"Dictionary",
|
||||||
|
"Document",
|
||||||
|
"Email",
|
||||||
|
"Encyclopedia",
|
||||||
|
"Film",
|
||||||
|
"Forum",
|
||||||
|
"Hearing",
|
||||||
"Incident",
|
"Incident",
|
||||||
|
"Instant",
|
||||||
|
"Interview",
|
||||||
|
"Journal",
|
||||||
|
"Letter",
|
||||||
|
"Magazine",
|
||||||
|
"Manuscript",
|
||||||
|
"Map",
|
||||||
|
"Newspaper",
|
||||||
|
"Note",
|
||||||
|
"Online",
|
||||||
"Operation",
|
"Operation",
|
||||||
"Press Article",
|
"Patent",
|
||||||
"Press Release",
|
"Podcast",
|
||||||
"Online Article",
|
"Presentation",
|
||||||
"Blog post"
|
"Press",
|
||||||
|
"Radio",
|
||||||
|
"Report",
|
||||||
|
"Software",
|
||||||
|
"Statute",
|
||||||
|
"Thesis",
|
||||||
|
"TV",
|
||||||
|
"Video",
|
||||||
|
"Webpage"
|
||||||
],
|
],
|
||||||
"ui-priority": 100
|
"ui-priority": 100
|
||||||
}
|
}
|
||||||
|
@ -56,5 +88,5 @@
|
||||||
"link"
|
"link"
|
||||||
],
|
],
|
||||||
"uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df",
|
"uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df",
|
||||||
"version": 5
|
"version": 7
|
||||||
}
|
}
|
Loading…
Reference in New Issue