Pipeline

golang运行命令需要使用管道的时候不要用
exec.command sh -c 然后拼字符串的形式因为会出现侏儒



应该用exec.command. Pipeline




exec.command.Pipeline 替换 sh -c 否则会有注入漏洞 exec.command.Pipeline 替换 sh


Category golang