mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Nginx: set to STABLE
This commit is contained in:
parent
400a5f5f55
commit
b9a4322a3e
6
CHANGES
6
CHANGES
@ -6,6 +6,8 @@ Improvements:
|
||||
|
||||
* Added new variable SDBM_DELETE_ERROR that will be set to 1 when sdbm engine fails to delete entries.
|
||||
|
||||
* NGINX is now set to STABLE. Thanks chaizhenhua and all the people in community who help the project testing, sending feedback and patches.
|
||||
|
||||
Bug Fixes:
|
||||
|
||||
* Fixed SecRulePerfTime storing unnecessary rules performance times.
|
||||
@ -16,6 +18,10 @@ Bug Fixes:
|
||||
|
||||
* Fixed REMOTE_ADDR content will receive the client ip address when mod_remoteip.c is present.
|
||||
|
||||
* Fixed Audit engine in Concurrent mode was overwriting existing alert files because a issue with UNIQUE_ID.
|
||||
|
||||
* Fixed CPU 100% issue in NGINX port. This is also related to an memory leak when loading response body.
|
||||
|
||||
Security Issues:
|
||||
|
||||
* Fixed Remote Null Pointer DeReference (CVE-2013-2765). When forceRequestBodyVariable action is triggered and a unknown Content-Type is used,
|
||||
|
@ -53,7 +53,7 @@
|
||||
#define MODSEC_MODULE_NAME "ModSecurity for IIS (STABLE)"
|
||||
#else
|
||||
#ifdef VERSION_NGINX
|
||||
#define MODSEC_MODULE_NAME "ModSecurity for nginx (RC)"
|
||||
#define MODSEC_MODULE_NAME "ModSecurity for nginx (STABLE)"
|
||||
#else
|
||||
#ifdef VERSION_STANDALONE
|
||||
#define MODSEC_MODULE_NAME "ModSecurity Standalone (STABLE)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user