Skip to content

Commit 06b3588

Browse files
authored
Merge pull request SpiderLabs#825 from dune73/rm-removeComments-transformation-from-942100
Removing deprecated t:removeComments from 942100
2 parents 5bad8fe + 920e8ca commit 06b3588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/REQUEST-942-APPLICATION-ATTACK-SQLI.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ SecRule REQUEST_COOKIES|!REQUEST_COOKIES:/__utm/|REQUEST_COOKIES_NAMES|REQUEST_H
5151
phase:request,\
5252
block,\
5353
multiMatch,\
54-
t:none,t:utf8toUnicode,t:urlDecodeUni,t:removeNulls,t:removeComments,\
54+
t:none,t:utf8toUnicode,t:urlDecodeUni,t:removeNulls,\
5555
capture,\
5656
logdata:'Matched Data: %{TX.0} found within %{MATCHED_VAR_NAME}: %{MATCHED_VAR}',\
5757
tag:'application-multi',\

0 commit comments

Comments
 (0)