Change 23619 by [EMAIL PROTECTED] on 2004/12/06 21:54:55
Small addition to perlsec by Stas Bekman.
Affected files ...
... //depot/perl/pod/perlsec.pod#36 edit
Differences ...
==== //depot/perl/pod/perlsec.pod#36 (text) ====
Index: perl/pod/perlsec.pod
--- perl/pod/perlsec.pod#35~23332~ Wed Sep 22 02:08:04 2004
+++ perl/pod/perlsec.pod Mon Dec 6 13:54:55 2004
@@ -234,6 +234,11 @@
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
End of Patch.