Re: Apache mod_perl Insecure dependency RegistryCooker.pm

2006-07-17 Thread Heiko Weber
Am Donnerstag, 13. Juli 2006 22:12 schrieb Philip M. Gollucci: > Heiko Weber wrote: > >>> cgi-code I must use a taited variable. But how to find the line of code > >>> ? > > > > thanks for the hint. I added a -section in httpd.conf: > > > > use Carp; > > $SI

Re: Apache mod_perl Insecure dependency RegistryCooker.pm

2006-07-13 Thread Philip M. Gollucci
Heiko Weber wrote: cgi-code I must use a taited variable. But how to find the line of code ? thanks for the hint. I added a -section in httpd.conf: use Carp; $SIG{__DIE__} = sub { confess shift }; $SIG{__WARN__} = \&Carp::cluck;

Re: Apache mod_perl Insecure dependency RegistryCooker.pm

2006-07-13 Thread Heiko Weber
Am Freitag, 7. Juli 2006 19:08 schrieb Philip M. Gollucci: > Heiko Weber wrote: > > Sure, I know what "perl taint" is ... so somewhere in my own written > > cgi-code I must use a taited variable. But how to find the line of code ? > > In the errorlog there only the above line, no more deeper/detail

Re: Apache mod_perl Insecure dependency RegistryCooker.pm

2006-07-07 Thread Philip M. Gollucci
Heiko Weber wrote: > Sure, I know what "perl taint" is ... so somewhere in my own written cgi-code > I must use a taited variable. But how to find the line of code ? In the > errorlog there only the above line, no more deeper/detailed info. I didn't > find a way to detect the place where I didn'