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
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;
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
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'