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.
PerlNOASSERTION
Issues
- 0
- 2
False positive with operators like `eq`, `&&`
#20 opened by cashlo - 1
Perl::Critic::Policy::ValuesAndExpressions::PreventSQLInjection is flagging valid constructs as SQL injection risks when no such risk exists.
#19 opened by cschwenz - 8
does not detect method calls sometimes
#13 opened by vsespb - 2
detect sql string modification
#11 opened by vsespb - 3
weird case with ternary operator
#12 opened by vsespb - 0
Detect use of constants
#10 opened by krismatthews - 1
- 1
- 2
Unable to whitelist concatenated variables
#7 opened by sprinkla - 0
- 1
- 1
Detect concatenation
#2 opened by guillaumeaubert - 0
Detect use of sprintf()
#3 opened by guillaumeaubert - 0
Heredoc support
#1 opened by guillaumeaubert