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

Commit 873471c

Browse files
committed
Update reference links
1 parent 64f5d9b commit 873471c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ SecRule FILES_NAMES|FILES "@rx (?<!&(?:[aAoOuUyY]uml)|&(?:[aAeEiIoOuU]circ)|&(?:
128128
# by the request body processor if it encounters errors.
129129
#
130130
# -=[ References ]=-
131-
# https://sourceforge.net/projects/mod-security/
131+
# https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual
132132
#
133133
SecRule REQBODY_ERROR "!@eq 0" \
134134
"id:920130,\
@@ -161,7 +161,7 @@ SecRule REQBODY_ERROR "!@eq 0" \
161161
# _not_ to remove it altogether.
162162
#
163163
# -=[ References ]=-
164-
# https://sourceforge.net/projects/mod-security/
164+
# https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual
165165
#
166166
SecRule MULTIPART_STRICT_ERROR "!@eq 0" \
167167
"id:920140,\
@@ -383,6 +383,7 @@ SecRule REQUEST_HEADERS:Connection "@rx \b(?:keep-alive|close),\s?(?:keep-alive|
383383
#
384384
# -=[ References ]=-
385385
# http://www.ietf.org/rfc/rfc1738.txt
386+
# https://tools.ietf.org/html/rfc7233
386387
#
387388
SecRule REQUEST_URI "@rx \%(?:(?!$|\W)|[0-9a-fA-F]{2}|u[0-9a-fA-F]{4})" \
388389
"id:920220,\

0 commit comments

Comments
 (0)