JupiterHost.Net wrote:


Gunnar Hjalmarsson wrote:

Michael Kraus wrote:

now I'm wondering what others on this list would recommend regarding
CGI::Untaint(?). :)

While thinking about this again, one reason I'm not sure I like it is it sounds like more a pragma


like use streict; no strict;

It *seems* like it should turn off tainting if you have it on.

I think, CGI::Validate would have been a better name since it describes what its supposed to be doing better and if it happens to untaint data in the process so be it.
(Maybe have an untaint function that untaints all theinput but agian why have taint mode on at all if you're doing that?)


The way it is, first glance tells me its only usefull if the cgi is running intaint mode.

I don't like things that make it difficult to maintain code :)

Ok, I'm done :)

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to