From b9a4322a3ecbd524f75fcc043214f1aa6eddaed4 Mon Sep 17 00:00:00 2001 From: Breno Silva Date: Tue, 14 May 2013 08:54:52 -0400 Subject: [PATCH] Nginx: set to STABLE --- CHANGES | 6 ++++++ apache2/msc_release.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index b4191443..7cab4c1c 100644 --- a/CHANGES +++ b/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, diff --git a/apache2/msc_release.h b/apache2/msc_release.h index 072d303a..622023ae 100644 --- a/apache2/msc_release.h +++ b/apache2/msc_release.h @@ -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)"