]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Use CVE-2009-1191 for this issue. We would only
authorMark J. Cox <mjc@apache.org>
Tue, 21 Apr 2009 09:44:43 +0000 (09:44 +0000)
committerMark J. Cox <mjc@apache.org>
Tue, 21 Apr 2009 09:44:43 +0000 (09:44 +0000)
share a CVE name where the flaw was due to a
shared code base, and this isn't the case for
the mod_jk CVE-2008-5519 issue.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@767089 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 0186d45929243922206fb06ca328e70c5fe64a52..71f30f8c104fa9abc4f90981a0ee2a723d2968b4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
 
 Changes with Apache 2.3.3
 
-  *) SECURITY: CVE-2008-5519 (cve.mitre.org)
+  *) SECURITY: CVE-2009-1191 (cve.mitre.org)
      mod_proxy_ajp: Avoid delivering content from a previous request which
      failed to send a request body. PR 46949 [Ruediger Pluem]