mirror of
https://github.com/securego/gosec.git
synced 2026-06-20 00:15:59 +02:00
This change introduces a new taint-analysis rule, G707, to detect potential SMTP command/header injection when untrusted input reaches net/smtp sink. Signed-off-by: Cosmin Cojocar <cosmin@cojocar.ch>