in reply to
SQL injection tests
Simply examine the source-code to make sure that only placeholders are used, everywhere. That no SQL strings are constructed anywhere. That no literals appear anywhere in an SQL string.
Comment on
Re: SQL injection tests
In Section
Seekers of Perl Wisdom