chg: [script] filename added to fix #149

pull/163/head
Alexandre Dulaunoy 2019-04-07 22:24:58 +02:00
parent bfcfe7aae9
commit 006aa1d1a2
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{ {
"required": [ "required": [
"script" "script",
"filename"
], ],
"attributes": { "attributes": {
"script": { "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.", "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", "meta-category": "misc",
"uuid": "6bce7d01-dbec-4054-b3c2-3655a19382e2", "uuid": "6bce7d01-dbec-4054-b3c2-3655a19382e2",