>>>>> "Charles" == Charles K Clarkson <[EMAIL PROTECTED]> writes:

Charles>     So what should be written there? How does the OP untaint data 
properly?

There is never a general answer to that question.  "data" doesn't have
an "untaint".  Instead, write a specific regex for the narrowest possible
acceptable values, and use the pattern match to vet the data from "bad"
to "good".

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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