Merge pull request #211 from file-not-found/master

added "type" to "requiredOneOf"
pull/213/head
Alexandre Dulaunoy 2019-11-29 11:41:24 +01:00 committed by GitHub
commit 54da7b5cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{ {
"requiredOneOf": [ "requiredOneOf": [
"text", "text",
"type",
"original-filename", "original-filename",
"internal-filename", "internal-filename",
"entrypoint-address" "entrypoint-address"
@ -118,7 +119,7 @@
"misp-attribute": "text" "misp-attribute": "text"
} }
}, },
"version": 3, "version": 4,
"description": "Object describing a Portable Executable", "description": "Object describing a Portable Executable",
"meta-category": "file", "meta-category": "file",
"uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07", "uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07",