]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add CVE number
authorRuediger Pluem <rpluem@apache.org>
Fri, 10 Apr 2009 08:08:41 +0000 (08:08 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 10 Apr 2009 08:08:41 +0000 (08:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@763885 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 2f8ffda761719e71945854194e861099d2c2ccd5..3c197f611d1afc103bdb520292f990a7f9472d46 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,8 @@
 
 Changes with Apache 2.3.3
 
-  *) mod_proxy_ajp: Avoid delivering content from a previous request which
+  *) SECURITY: CVE-2008-5519 (cve.mitre.org)
+     mod_proxy_ajp: Avoid delivering content from a previous request which
      failed to send a request body. PR 46949 [Ruediger Pluem]
 
   *) mod_proxy_ajp: Forward remote port information by default.