[wp-trac] [WordPress Trac] #12284: I/O Sanity Failures With Invalid HTML Entity References
WordPress Trac
wp-trac at lists.automattic.com
Thu Feb 25 11:52:16 UTC 2010
#12284: I/O Sanity Failures With Invalid HTML Entity References
-----------------------------+----------------------------------------------
Reporter: miqrogroove | Owner: ryan
Type: defect (bug) | Status: new
Priority: highest omg bbq | Milestone: 3.0
Component: Security | Version:
Severity: blocker | Keywords: has-patch
-----------------------------+----------------------------------------------
Comment(by hakre):
Trunk with patch applied (r13358) does break the following wordpress
specialchars/esc_html testcase: Ignore Existing Entities.
{{{
2) Test_WP_Specialchars::test_ignores_existing_entities
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-& £  &
+& £  &
}}}
Input data used: {{{'& £  &'}}}
I modified the patch a bit to reflect the changes and that's whats left
for the delta. Looks like {{{}}} is missed here somehow.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12284#comment:10>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list