From a65aa0685927891ab7f4d4a4b44f505c131c4598 Mon Sep 17 00:00:00 2001 From: Beaujeant <1451321+beaujeant@users.noreply.github.com> Date: Wed, 25 Nov 2020 16:17:54 +0100 Subject: [PATCH] chg: can have mutliple text attributes --- objects/file/definition.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/objects/file/definition.json b/objects/file/definition.json index 9eac478..8524380 100644 --- a/objects/file/definition.json +++ b/objects/file/definition.json @@ -451,6 +451,7 @@ "description": "Free text value to attach to the file", "disable_correlation": true, "misp-attribute": "text", + "multiple": true, "recommended": false, "ui-priority": 1 }, @@ -496,5 +497,5 @@ "fullpath" ], "uuid": "688c46fb-5edb-40a3-8273-1af7923e2215", - "version": 23 + "version": 24 } \ No newline at end of file