*) core: Allow usage of the "Include" configuration directive within
previously "Include"d files. [Colm MacCarthaigh]
- *) HTML-escape the Expect error message. Not classed as security as
- an attacker has no way to influence the Expect header a victim will
- send to a target site. Reported by Thiago Zaninotti
- <thiango nstalker.com>. [Mark Cox]
+ *) SECURITY: CVE-2006-3918 (cve.mitre.org)
+ HTML-escape the Expect error message. Only a security issue if
+ an attacker can influence the Expect header a victim will send to a
+ target site (it's known that some versions of Flash can do this)
+ Reported by Thiago Zaninotti <thiango nstalker.com>. [Mark Cox]
*) mod_cgi: Remove block on OPTIONS method so that scripts can
respond to OPTIONS directly rather than via server default.