in reply to send email module
From perldiag:
Insecure $ENV{%s} while running %s (F) You can't use system(), exec(), or a piped open in a setuid or setgid script if any of $ENV{PATH}, $ENV{IFS}, $ENV{CDPATH}, $ENV{ENV}, $ENV{BASH_ENV} or $ENV{TERM} are derived from data supplied (or potentially supplied) by the user. The script must set the path to a known value, using trustworthy data. See perlsec.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: send email module
by bigup401 (Pilgrim) on Aug 28, 2020 at 21:07 UTC | |
by gnosti (Chaplain) on Aug 28, 2020 at 21:18 UTC | |
by bigup401 (Pilgrim) on Aug 28, 2020 at 21:54 UTC | |
by jcb (Parson) on Aug 28, 2020 at 23:50 UTC |