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

Uses MULTIPART_MISSING_SEMICOLON instead of MULTIPART_SEMICOLON_MISSING #995

Merged
merged 1 commit into from
Jan 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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