sustrik / ribosome

Simple code generator
248 stars 21 forks source link

Fixed buffering issue with exec #62

Open gtnoble opened 8 months ago

gtnoble commented 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.