NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
DBI and TaintIn (Score:2)
Re: (Score:1)
Actually I find
TaintInbarely useful. I use bind parameters for any user input being put into the database, so there’s no way to do damage there. ButTaintOutis very important, because it helps XSS-proofing the code.Re: (Score:2)
It's an issue of philosophy, not practicality. You shouldn't be putting anything tainted into a database, where it becomes untainted. It's a big reminder.
--
xoa
Re:DBI and TaintIn (Score:2)
Reply to This
Parent