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

Commit f2603b5

Browse files
author
Chaim Sanders
authored
Merge pull request #559 from zimmerle/rule-id-920200
Missing quote at the end of the rule 920200
2 parents 9f12132 + e357b6b commit f2603b5

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
@@ -1161,7 +1161,7 @@ SecRule REQUEST_HEADERS:Range|REQUEST_HEADERS:Request-Range "^bytes=((\d+)?\-(\d
11611161
tag:'attack-protocol',\
11621162
tag:'OWASP_CRS/PROTOCOL_VIOLATION/INVALID_HREQ',\
11631163
tag:'paranoia-level/2',\
1164-
chain
1164+
chain"
11651165
SecRule REQUEST_BASENAME "!@endsWith .pdf" \
11661166
"setvar:'tx.msg=%{rule.msg}',\
11671167
setvar:tx.anomaly_score=+%{tx.warning_anomaly_score},\

0 commit comments

Comments
 (0)