I finally blew my TAINT
- From: tallison@xxxxxxxxxxx (Tom Allison)
- Date: Tue, 02 Aug 2005 19:35:34 -0400
I've been working on some HTML::Mason authentiation code for a bit.
At one point it was working find but I decided to rewrite some goodies to clean things up a bit. Now I'm in trouble.
So.... I'm trying to get beyond this tainting stuff....
I tried $username =~ s/[^\w\-\@\.]//g; but that doesn't seem to do it.
HTML::Mason::Exceptions::rethrow_exception('Insecure dependency in connect while running with -T switch at /usr/lib/perl/5.8/IO/Socket.pm line 114.^J') called at /usr/lib/perl/5.8/IO/Socket.pm line 114
What am I doing?
I pass a $username, $password into said form via HTTP POST
but I can't utilize the values because I have everything running in Taint mode. I won't consider removing it.
Is there a perldoc I need to read? .
- Follow-Ups:
- Re: I finally blew my TAINT
- From: Jeff 'japhy' Pinyan
- Re: I finally blew my TAINT
- Prev by Date: Re: reg exp using \G
- Next by Date: perlstyle
- Previous by thread: firing an external program and exiting
- Next by thread: Re: I finally blew my TAINT
- Index(es):
Relevant Pages
|
Loading