You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2005/12/13 09:20:43 UTC

svn commit: r356511 - /httpd/httpd/branches/2.2.x/CHANGES

Author: jorton
Date: Tue Dec 13 00:20:38 2005
New Revision: 356511

URL: http://svn.apache.org/viewcvs?rev=356511&view=rev
Log:
s/mod_imap/mod_imagemap for 2.2.x.

Modified:
    httpd/httpd/branches/2.2.x/CHANGES

Modified: httpd/httpd/branches/2.2.x/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/CHANGES?rev=356511&r1=356510&r2=356511&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Tue Dec 13 00:20:38 2005
@@ -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.