]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
runner: make env string safe before substitution 606/head
authorJason Ish <jason.ish@oisf.net>
Sun, 12 Dec 2021 20:18:15 +0000 (14:18 -0600)
committerJason Ish <jason.ish@oisf.net>
Sun, 12 Dec 2021 23:26:54 +0000 (17:26 -0600)
commitd590b98432fdd48bbdae3761122bee790cbcb33e
tree0f6c912ff89f252b47010c5e01639950d5bc892a
parentdf6e6ef574c34237e1135e6286cfdecff664b3f9
runner: make env string safe before substitution

The environment cannot always be used safely with
string.Template as not all environment variables
are string safe.

Before substituting environment vars in the command
and args, sanitized to string safe values.
run.py