Package Perl::Critic::Policy::DE_EPAGES::Security::ProhibitVariablesInSQLStatements
This module checks for usage of variables in SQL statements. Because this is highly insecure in case of SQL injections, the ? notation should be used instead. §parameters none