Re: error with -T taint checking

2005-07-12 Thread Ron Smith
--- Chris Devers <[EMAIL PROTECTED]> wrote: > On Mon, 11 Jul 2005, Ron Smith wrote: > > > Insecure dependency in open while running with -T > switch at > > C:/www/cgi-bin/upload_save.cgi line 42. > > What do you see on line 42? > > It seems to be in Store_Results(): > > > sub Store_Results{

Re: error with -T taint checking

2005-07-11 Thread Chris Devers
On Mon, 11 Jul 2005, Ron Smith wrote: > Insecure dependency in open while running with -T switch at > C:/www/cgi-bin/upload_save.cgi line 42. What do you see on line 42? It seems to be in Store_Results(): > sub Store_Results{ > my $data; > my $mime = uploadInfo($file_name)->{'Content-Type'};