Open ghost opened 4 years ago
Create an output bot which calls an external program and gives the event data via standard out to it. Add usual formatting options (json, raw yes/not, hierarchical, etc)
Just be sure that no command injections are possible.
For stdin/stdout I think command injection is impossible, except you pass the data to a shell
Create an output bot which calls an external program and gives the event data via standard out to it. Add usual formatting options (json, raw yes/not, hierarchical, etc)