From 006aa1d1a2ae5cd0cb729dee8b62441400c7b904 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 7 Apr 2019 22:24:58 +0200 Subject: [PATCH] chg: [script] filename added to fix #149 --- objects/script/definition.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/objects/script/definition.json b/objects/script/definition.json index f95d34f..7389fa1 100644 --- a/objects/script/definition.json +++ b/objects/script/definition.json @@ -1,6 +1,7 @@ { "required": [ - "script" + "script", + "filename" ], "attributes": { "script": { @@ -55,7 +56,7 @@ ] } }, - "version": 2, + "version": 3, "description": "Object describing a computer program written to be run in a special run-time environment. The script or shell script can be used for malicious activities but also as support tools for threat analysts.", "meta-category": "misc", "uuid": "6bce7d01-dbec-4054-b3c2-3655a19382e2",