How many of the following do I have to do:

untaint the $key after it's pulled from the Apache Cookie.
untaint the $username/$password from the login form (DONE).
untaint the $username/$password from the Cache::FileCache object.

Because these variables are passed through a number of objects and methods where is the best point to untaint the variables?


All of them.

But I have to plug Test::More.
If you don't use it, you should.
It's a great aide at times like this.

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