From 5af0d31c49092e67354b92a18432bc9dffe1b6f1 Mon Sep 17 00:00:00 2001 From: Andras Iklody Date: Fri, 20 Jul 2018 07:03:22 +0200 Subject: [PATCH] Allow multiple "pattern-in-file" in file object, fixes #109 --- objects/file/definition.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/objects/file/definition.json b/objects/file/definition.json index 4c65a73..5c268db 100644 --- a/objects/file/definition.json +++ b/objects/file/definition.json @@ -98,7 +98,8 @@ "External analysis" ], "ui-priority": 1, - "misp-attribute": "pattern-in-file" + "misp-attribute": "pattern-in-file", + "multiple": true }, "text": { "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", "meta-category": "file", "uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",