From: Slaven Rezic Date: Fri, 29 Nov 2002 22:11:46 +0000 (+0100) Subject: Document that $ENV{TERM} may produce taint failures. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=332d5f78c71e403169f58124c6048eb8b60a8d71;p=p5sagit%2Fp5-mst-13.2.git Document that $ENV{TERM} may produce taint failures. Subject: Re: [perl #18717] spurious failures in regression test Message-ID: <87hee0nkrx.fsf@vran.herceg.de> p4raw-id: //depot/perl@18260 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index e40a348..6c566e5 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1807,9 +1807,9 @@ the world. See L. (F) You can't use system(), exec(), or a piped open in a setuid or setgid script if any of C<$ENV{PATH}>, C<$ENV{IFS}>, C<$ENV{CDPATH}>, -C<$ENV{ENV}> or C<$ENV{BASH_ENV}> 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 L. +C<$ENV{ENV}>, C<$ENV{BASH_ENV}> or C<$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 L. =item Integer overflow in %s number