Allow multiple "pattern-in-file" in file object, fixes #109

pull/111/head
Andras Iklody 2018-07-20 07:03:22 +02:00 committed by GitHub
parent 6bfa279701
commit 5af0d31c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -98,7 +98,8 @@
"External analysis" "External analysis"
], ],
"ui-priority": 1, "ui-priority": 1,
"misp-attribute": "pattern-in-file" "misp-attribute": "pattern-in-file",
"multiple": true
}, },
"text": { "text": {
"description": "Free text value to attach to the file", "description": "Free text value to attach to the file",
@ -164,7 +165,7 @@
] ]
} }
}, },
"version": 11, "version": 12,
"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",