Open gtnoble opened 8 months ago
Fixes #59 and improves safety. I replaced exec with spawn to allow for streaming output. Spawn also prevents an exploit related to exec executing arbitrary shell code when it is passed as arguments.
exec
spawn
Fixes #59 and improves safety. I replaced
exec
withspawn
to allow for streaming output. Spawn also prevents an exploit related toexec
executing arbitrary shell code when it is passed as arguments.