diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-12-06 21:54:55 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-12-06 21:54:55 +0000 |
commit | 6a268663dbef8fda276c2b7ace6743802fd550ca (patch) | |
tree | cfaadfd77f2e0d8d23b6a2a30c900011d9073ac3 | |
parent | f2e3b69f3d7756d88806b5fbcba98ad72be867ee (diff) | |
download | perl-6a268663dbef8fda276c2b7ace6743802fd550ca.tar.gz |
Small addition to perlsec by Stas Bekman.
p4raw-id: //depot/perl@23619
-rw-r--r-- | pod/perlsec.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perlsec.pod b/pod/perlsec.pod index 3174450f8e..dd237a08f0 100644 --- a/pod/perlsec.pod +++ b/pod/perlsec.pod @@ -234,6 +234,11 @@ The benefit of using C<-Mlib=/foo> over C<-I/foo>, is that the former will automagically remove any duplicated directories, while the later will not. +Note that if a tainted string is added to C<@INC>, the following +problem will be reported: + + Insecure dependency in require while running with -T switch + =head2 Cleaning Up Your Path For "Insecure C<$ENV{PATH}>" messages, you need to set C<$ENV{'PATH'}> to |