stas 02/05/29 20:07:09 Modified: src/docs/1.0/guide porting.pod Log: mention the re pragma which handles taintness in regex Revision Changes Path 1.11 +2 -1 modperl-docs/src/docs/1.0/guide/porting.pod Index: porting.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/porting.pod,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- porting.pod 11 May 2002 11:54:44 -0000 1.10 +++ porting.pod 30 May 2002 03:07:09 -0000 1.11 @@ -2800,7 +2800,8 @@ Perl's C<-T> switch enables I<Taint> mode. (META: Link to security chapter). If you aren't forcing all your scripts to run under C<Taint> mode you are looking for trouble from malicious users. (See the -I<perlsec> manpage for more information) +I<perlsec> manpage for more information. Also read the I<re> pragma's +manpage.) If you have some scripts that won't run under Taint mode, run only the ones that run under mod_perl with Taint mode enabled and the rest on
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]