ePages 6.10 - DE_EPAGES/Core/Scripts/Perl/Critic/Policy/DE_EPAGES/Security/ProhibitVariablesInSQLStatements.pm

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