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

Commit

Permalink
Merge pull request #995 from zimmerle/v3.1/dev
Browse files Browse the repository at this point in the history
Uses MULTIPART_MISSING_SEMICOLON instead of MULTIPART_SEMICOLON_MISSING
  • Loading branch information
emphazer authored Jan 11, 2018
2 parents 9c8b72e + 1984633 commit 07243c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ SecRule MULTIPART_STRICT_ERROR "!@eq 0" \
DA %{MULTIPART_DATA_AFTER},\
HF %{MULTIPART_HEADER_FOLDING},\
LF %{MULTIPART_LF_LINE},\
SM %{MULTIPART_SEMICOLON_MISSING},\
SM %{MULTIPART_MISSING_SEMICOLON},\
IQ %{MULTIPART_INVALID_QUOTING},\
IH %{MULTIPART_INVALID_HEADER_FOLDING},\
FLE %{MULTIPART_FILE_LIMIT_EXCEEDED}',\
Expand Down

0 comments on commit 07243c6

Please sign in to comment.