-*- coding: utf-8 -*-
Changes with Apache 2.0.62
+ *) SECURITY: CVE-2007-5000 (cve.mitre.org)
+ mod_imagemap: Fix a cross-site scripting issue. Reported by JPCERT.
+ [Joe Orton]
+
*) http_protocol: Escape request method in 405 error reporting.
This has no security impact since the browser cannot be tricked
into sending arbitrary method strings. [Jeff Trawick]
Determined to be not generally exploitable, but a flaw in any case.
PR 44014 [Victor Stinner <victor.stinner inl.fr>]
- *) SECURITY: CVE-2007-5000 (cve.mitre.org)
- mod_imagemap: Fix a cross-site scripting issue. Reported by JPCERT.
- [Joe Orton]
-
Changes with Apache 2.0.61
*) SECURITY: CVE-2007-3847 (cve.mitre.org)