chg: [original-import-file] list of "sane" default format.

pull/113/head
Alexandre Dulaunoy 2018-09-09 12:34:06 +02:00
parent ddd341d0ed
commit 37a4a93326
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 9 additions and 2 deletions

View File

@ -12,7 +12,14 @@
"format": { "format": {
"description": "Format of data imported.", "description": "Format of data imported.",
"ui-priority": 1, "ui-priority": 1,
"misp-attribute": "text" "misp-attribute": "text",
"sane_default": [
"STIX 1.0",
"STIX 1.1",
"STIX 1.2",
"STIX 2.0",
"OpenIOC"
]
}, },
"uri": { "uri": {
"description": "URI related to the imported file.", "description": "URI related to the imported file.",
@ -20,7 +27,7 @@
"misp-attribute": "uri" "misp-attribute": "uri"
} }
}, },
"version": 1, "version": 2,
"description": "Object describing the original file used to import data in MISP.", "description": "Object describing the original file used to import data in MISP.",
"meta-category": "file", "meta-category": "file",
"uuid": "4cd560e9-2cfe-40a1-9964-7b2e797ecac5", "uuid": "4cd560e9-2cfe-40a1-9964-7b2e797ecac5",