Revision history for Perl-Critic-Policy-ValuesAndExpressions-PreventSQLInjection
v1.1.3 2013-11-20
* Decreased false-positive by looking for SQL keywords at the beginning
of the strings (GH-6).
v1.1.2 2013-11-19
* Fixed detection of the end of SQL statements in array elements
(GH-5).
v1.1.1 2013-11-09
* Support for Perl v5.8.
v1.1.0 2013-11-08
* Added detection of SQL injection flaws introduced via:
- heredoc blocks (GH-1);
- concatenation (GH-2).
v1.0.1 2013-10-15
* Added missing dependency.
* Ignored warnings in dependencies when testing.
v1.0.0 2013-10-14
* Public release.