pub const SHELL_INTERPRETERS: &[&str];Expand description
Shell interpreters that may execute arbitrary code via -c or positional args.
When check_blocklist receives a command whose binary matches one of these
names, the -c <script> argument is extracted and checked against the blocklist
instead of the binary name.