]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
s/mod_imap/mod_imagemap for 2.2.x.
authorJoe Orton <jorton@apache.org>
Tue, 13 Dec 2005 08:20:38 +0000 (08:20 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 13 Dec 2005 08:20:38 +0000 (08:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356511 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index d01d063fac780f08d0df4b43edbc6dfab490dab0..2c267f3498fcb19584b3ea939ee3cbb0a7cde5b4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,9 +2,9 @@
 Changes with Apache 2.2.1
 
   *) SECURITY: CVE-2005-3352 (cve.mitre.org)
-     mod_imap: Escape untrusted referer header before outputting in HTML
-     to avoid potential cross-site scripting.  Change also made to
-     ap_escape_html so we escape quotes.  Reported by JPCERT.
+     mod_imagemap: Escape untrusted referer header before outputting
+     in HTML to avoid potential cross-site scripting.  Change also
+     made to ap_escape_html so we escape quotes.  Reported by JPCERT.
      [Mark Cox]
 
   *) Fix syntax error in httpd.h with strict compilers.  PR 38740.