You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/05/12 12:38:45 UTC

cvs commit: modperl-docs/src/docs/1.0/guide config.pod

stas        02/05/12 03:38:45

  Modified:    src/docs/1.0/guide config.pod
  Log:
  link to the PerlTaintCheck discussion
  
  Revision  Changes    Path
  1.10      +4 -3      modperl-docs/src/docs/1.0/guide/config.pod
  
  Index: config.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/config.pod,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- config.pod	12 May 2002 09:56:53 -0000	1.9
  +++ config.pod	12 May 2002 10:38:45 -0000	1.10
  @@ -2074,9 +2074,10 @@
   
     PerlTaintCheck On
   
  -setting in the I<httpd.conf> file. This doesn't ensure that your code
  -is completely safe from external hacks, but it does prevent many
  -security problems. Refer to the perlsec manpage for more information.
  +setting in the I<httpd.conf> file. L<Taint
  +checking|/PerlWarn_and_PerlTaintCheck> doesn't ensure that
  +your code is completely safe from external hacks, but it does forces
  +you to improve your code to prevent many potential security problems.
   
   =head2 Exposing Information About the Server's Component
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org