Taint mode help



One of my cgi scripts is throwing:

Insecure dependency in chdir while running with -t switch at
d:/usr/lib/perl/lib/5.8.2/File/Find.pm line 814., referer:
*cgi-bin/upload.pl

I know how to fix this if it were in my code but in the supplied
modules? I must be missing something :-)

I am not passing anything to find. I chdir to a hard coded directory
and then find(&wanted, '.');
--
Regards
Dave Saville
.



Relevant Pages

  • Re: Find::File and taint mode
    ... Dave Saville wrote: ... > Insecure dependency in chdir while running with -T switch at ...
    (comp.lang.perl.misc)
  • Re: Taint mode help
    ... Insecure dependency in chdir while running with -t switch at ... That's a bad idea for a CGI script. ... Our port barfs on ...
    (comp.lang.perl.misc)
  • Re: Taint mode help
    ... Insecure dependency in chdir while running with -t switch at ... That's a bad idea for a CGI script. ...
    (comp.lang.perl.misc)
  • Find::File and taint mode
    ... Insecure dependency in chdir while running with -T switch at ... Dave Saville ...
    (comp.lang.perl.misc)
  • Re: Taint mode help
    ... Insecure dependency in chdir while running with -t switch at ... That's a bad idea for a CGI script. ... works on my platform and if it ain't broke...... ...
    (comp.lang.perl.misc)