fix: Wrong name in requiredOneOf

pull/227/head
Raphaël Vinot 2020-01-28 10:47:18 +01:00
parent cdc463ef1a
commit fb878a6901
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"requiredOneOf": [ "requiredOneOf": [
"script", "script",
"filename", "filename",
"attachment" "script-as-attachment"
], ],
"attributes": { "attributes": {
"script": { "script": {
@ -63,7 +63,7 @@
] ]
} }
}, },
"version": 6, "version": 7,
"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",