mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-17 14:46:13 +03:00
Add SecRequestBodyJsonDepthLimit to modsecurity.conf-recommended
This commit is contained in:
parent
df4bffcdc8
commit
60be05914c
2
CHANGES
2
CHANGES
@ -1,6 +1,8 @@
|
|||||||
DD mmm YYYY - 2.9.x (to be released)
|
DD mmm YYYY - 2.9.x (to be released)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
* Add SecRequestBodyJsonDepthLimit to modsecurity.conf-recommended
|
||||||
|
[Issue #2647 @theMiddleBlue, @airween, @877509395 ,@martinhsv]
|
||||||
* IIS: Update dependencies for Windows build as of v2.9.5
|
* IIS: Update dependencies for Windows build as of v2.9.5
|
||||||
[@martinhsv]
|
[@martinhsv]
|
||||||
|
|
||||||
|
@ -58,6 +58,11 @@ SecRequestBodyInMemoryLimit 131072
|
|||||||
#
|
#
|
||||||
SecRequestBodyLimitAction Reject
|
SecRequestBodyLimitAction Reject
|
||||||
|
|
||||||
|
# Maximum parsing depth allowed for JSON objects. You want to keep this
|
||||||
|
# value as low as practical.
|
||||||
|
#
|
||||||
|
SecRequestBodyJsonDepthLimit 512
|
||||||
|
|
||||||
# Verify that we've correctly processed the request body.
|
# Verify that we've correctly processed the request body.
|
||||||
# As a rule of thumb, when failing to process a request body
|
# As a rule of thumb, when failing to process a request body
|
||||||
# you should reject the request (when deployed in blocking mode)
|
# you should reject the request (when deployed in blocking mode)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user