chg: Allow malware-sample as only attribute in file.

pull/61/head
Raphaël Vinot 2017-12-12 17:16:47 +01:00
parent 4eac3539c4
commit 4a7bb59354
1 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,8 @@
"sha512/256", "sha512/256",
"tlsh", "tlsh",
"pattern-in-file", "pattern-in-file",
"x509-fingerprint-sha1" "x509-fingerprint-sha1",
"malware-sample"
], ],
"attributes": { "attributes": {
"md5": { "md5": {
@ -154,7 +155,7 @@
] ]
} }
}, },
"version": 7, "version": 8,
"description": "File object describing a file with meta-information", "description": "File object describing a file with meta-information",
"meta-category": "file", "meta-category": "file",
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215", "uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",