mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Set SecStatusEngine Off in modsecurity.conf-recommended
This commit is contained in:
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)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
* Set SecStatusEngine Off in modsecurity.conf-recommended
|
||||||
|
[Issue #2717 - @un99known99, @martinhsv]
|
||||||
* Fix memory leak that occurs on JSON parsing error
|
* Fix memory leak that occurs on JSON parsing error
|
||||||
[Issue #2236 @argenet, @vloup, @martinhsv]
|
[Issue #2236 @argenet, @vloup, @martinhsv]
|
||||||
* Multipart names/filenames may include single quote if double-quote enclosed
|
* Multipart names/filenames may include single quote if double-quote enclosed
|
||||||
|
@@ -234,5 +234,7 @@ SecUnicodeMapFile unicode.mapping 20127
|
|||||||
# The following information will be shared: ModSecurity version,
|
# The following information will be shared: ModSecurity version,
|
||||||
# Web Server version, APR version, PCRE version, Lua version, Libxml2
|
# Web Server version, APR version, PCRE version, Lua version, Libxml2
|
||||||
# version, Anonymous unique id for host.
|
# version, Anonymous unique id for host.
|
||||||
SecStatusEngine On
|
# NB: As of April 2022, there is no longer any advantage to turning this
|
||||||
|
# setting On, as there is no active receiver for the information.
|
||||||
|
SecStatusEngine Off
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user