chg: [script] requiredOneOf for script or filename

Malicious scripts can be received without having a filename.
pull/187/head
Alexandre Dulaunoy 2019-05-23 11:24:05 +02:00
parent 816f38c61e
commit a1b2db8fd1
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"required": [
"requiredOneOf": [
"script",
"filename"
],
@ -56,7 +56,7 @@
]
}
},
"version": 3,
"version": 4,
"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",