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

Commit 7b63197

Browse files
committed
forgot the comma
1 parent cd68091 commit 7b63197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/REQUEST-931-APPLICATION-ATTACK-RFI.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ SecRule ARGS "^(?i)(?:file|ftps?|https?)://(.*)$" \
125125
tag:'platform-multi',\
126126
tag:'attack-rfi',\
127127
tag:'OWASP_CRS/WEB_ATTACK/RFI',\
128-
tag:'paranoia-level/2'\
128+
tag:'paranoia-level/2',\
129129
setvar:tx.rfi_parameter_%{matched_var_name}=%{tx.1}"
130130
SecRule TX:/rfi_parameter_.*/ "!@beginsWith %{request_headers.host}" \
131131
"setvar:'tx.msg=%{rule.msg}',\

0 commit comments

Comments
 (0)