summaryrefslogtreecommitdiff
path: root/pod/perlsec.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-12-06 21:54:55 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-12-06 21:54:55 +0000
commit6a268663dbef8fda276c2b7ace6743802fd550ca (patch)
treecfaadfd77f2e0d8d23b6a2a30c900011d9073ac3 /pod/perlsec.pod
parentf2e3b69f3d7756d88806b5fbcba98ad72be867ee (diff)
downloadperl-6a268663dbef8fda276c2b7ace6743802fd550ca.tar.gz
Small addition to perlsec by Stas Bekman.
p4raw-id: //depot/perl@23619
Diffstat (limited to 'pod/perlsec.pod')
-rw-r--r--pod/perlsec.pod5
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