rc-GeorgeAllen

Results 1 issues of rc-GeorgeAllen

https://github.com/swimlane/atomic-operator/blob/a5dd297c106e9cf699d8dcff4d21223cdf41d6e2/atomic_operator/execution/localrunner.py#L39 causes errors when the `{command}` is a script containing a function, eg: https://github.com/redcanaryco/atomic-red-team/blob/96f7ca5f9bfdd1c1c07b7e4629be0543d3bb709f/atomics/T1003.008/T1003.008.yaml#L71-L74 This could be fixed by wrapping the command with bash -c and/or escaping: ``` import shlex...