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

Commit eabdcb7

Browse files
committed
Remark about raising beyond 2
1 parent 802dc36 commit eabdcb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rules/REQUEST-912-DOS-PROTECTION.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ SecRule REQUEST_BASENAME ".*?(\.[a-z0-9]{1,10})?$" \
182182
# - 912161: raise from 1 to 2
183183
#
184184
# This approach with two rules avoids raising the burst counter
185-
# from 0 to 2 via two concurrent requests.
185+
# from 0 to 2 via two concurrent requests. We do not raise the
186+
# burst counter beyond 2.
186187
#
187188
#
188189
SecRule IP:DOS_COUNTER "@ge %{tx.dos_counter_threshold}" \

0 commit comments

Comments
 (0)