Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
filter.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2008 at 21:18 UTC
Updated:
15 Jul 2010 at 19:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
wrwrwr commentedAh, yes, seems quite harmless, but a valueless style or event passes through the filter as a last attribute. I would add a skip check in this case too, just for sanity.
Comment #2
wrwrwr commentedComment #4
mr.baileysNeeded a re-roll after _filter_xss_attributes() was moved to common.inc in #470632: Move filter_xss*() into common.inc. Added a test to prevent regressions.
Comment #5
mr.baileysPrevious patch contained a stray underscore.
Comment #6
dries commentedThis looks RTBC to me. Updating status.
Comment #7
aspilicious commented#5: filter_attribute_end.patch queued for re-testing.
Comment #8
dries commentedCommitted to CVS HEAD. Thanks.