Skip to content

Commit

Permalink
Changed variable name to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
airween committed Dec 12, 2023
1 parent b5afdff commit 413ef94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/REQUEST-932-APPLICATION-ATTACK-RCE.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ SecRule REQUEST_COOKIES|!REQUEST_COOKIES:/__utm/|REQUEST_COOKIES_NAMES|ARGS|XML:
tag:'PCI/6.5.2',\
ver:'OWASP_CRS/4.0.0-rc2',\
severity:'CRITICAL',\
setvar:'tx.932240_matched_var_name=%{MATCHED_VAR_NAME}',\
setvar:'tx.932240_matched_var_name=%{matched_var_name}',\
chain"
SecRule MATCHED_VAR "!@rx [0-9]\s*\'\s*[0-9]" \
"t:none,\
Expand Down

0 comments on commit 413ef94

Please sign in to comment.