guillaumeaubert / Perl-Critic-Policy-ValuesAndExpressions-PreventSQLInjection

PerlCritic policy that attempts to detect the most common sources of SQL injection in manually crafted SQL statements, by detecting the use of variables inside interpolated strings that look like SQL statements.
https://metacpan.org/pod/Perl::Critic::Policy::ValuesAndExpressions::PreventSQLInjection
Other
6 stars 8 forks source link

test cases related to anonimous functions #18

Open vsespb opened 10 years ago

guillaumeaubert commented 10 years ago

Very nice set of tests, thank you @vsespb! I'm going to take a look and amend the algorithm to catch those as well.