From: Joe Orton Date: Tue, 13 Dec 2005 08:20:38 +0000 (+0000) Subject: s/mod_imap/mod_imagemap for 2.2.x. X-Git-Tag: 2.2.1~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dad70a4c0cf471a8c241305aebe2c917fcc674b;p=thirdparty%2Fapache%2Fhttpd.git s/mod_imap/mod_imagemap for 2.2.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356511 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d01d063fac7..2c267f3498f 100644 --- 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.