Skip to content

Commit ebd3987

Browse files
Add todo for future expansion.
1 parent f1ea473 commit ebd3987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Perl/Critic/Policy/ValuesAndExpressions/PreventSQLInjection.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Readonly::Scalar my $VARIABLES_REGEX => qr/
146146
/x;
147147

148148
# Name of the methods that make a variable safe to use in SQL strings.
149+
# TODO: make this configurable via .perlcriticrc.
149150
Readonly::Scalar my $QUOTING_METHODS_REGEX => qr/
150151
^
151152
(?:

0 commit comments

Comments
 (0)