Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 7fdc4a6

Browse files
committed
Added support for <? in Rule 933100
1 parent d6752a3 commit 7fdc4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/REQUEST-933-APPLICATION-ATTACK-PHP.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SecRule TX:EXECUTING_PARANOIA_LEVEL "@lt 1" "id:933012,phase:2,pass,nolog,skipAf
4343
# Therefore, that pattern is now checked by rule 933190 in paranoia levels
4444
# 3 or higher.
4545
#
46-
SecRule REQUEST_COOKIES|!REQUEST_COOKIES:/__utm/|REQUEST_COOKIES_NAMES|ARGS_NAMES|ARGS|XML:/* "@rx (?:<\?(?:[^x]|x[^m]|xm[^l]|xml[^\s]|xml$)|<\?php|\[(?:\/|\\\\)?php\])" \
46+
SecRule REQUEST_COOKIES|!REQUEST_COOKIES:/__utm/|REQUEST_COOKIES_NAMES|ARGS_NAMES|ARGS|XML:/* "@rx (?:<\?(?:[^x]|x[^m]|xm[^l]|xml[^\s]|xml$|$)|<\?php|\[(?:\/|\\\\)?php\])" \
4747
"id:933100,\
4848
phase:2,\
4949
block,\

0 commit comments

Comments
 (0)