mirror of https://github.com/MISP/misp-objects
switch requiredOneOf list to required since it contains only one element
parent
ffc120106c
commit
bdad48d587
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"requiredOneOf": [
|
"required": [
|
||||||
"shell-command"
|
"shell-command"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "Object describing a series of shell commands executed. This object can be linked with malicious files in order to describe a specific execution of shell commands.",
|
"description": "Object describing a series of shell commands executed. This object can be linked with malicious files in order to describe a specific execution of shell commands.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "fee65efa-eb64-4516-8611-1db76c589f79",
|
"uuid": "fee65efa-eb64-4516-8611-1db76c589f79",
|
||||||
|
|
Loading…
Reference in New Issue