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

Commit 823a8c8

Browse files
committed
Missing quote at the end of the rule 920202
1 parent 9f12132 commit 823a8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ SecRule REQUEST_BASENAME "@endsWith .pdf" \
13721372
tag:'attack-protocol',\
13731373
tag:'OWASP_CRS/PROTOCOL_VIOLATION/INVALID_HREQ',\
13741374
tag:'paranoia-level/4',\
1375-
chain
1375+
chain"
13761376
SecRule REQUEST_HEADERS:Range|REQUEST_HEADERS:Request-Range "^bytes=((\d+)?\-(\d+)?\s*,?\s*){6}" \
13771377
"setvar:'tx.msg=%{rule.msg}',\
13781378
setvar:tx.anomaly_score=+%{tx.warning_anomaly_score},\

0 commit comments

Comments
 (0)