Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
theme system
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Nov 2014 at 19:28 UTC
Updated:
15 Dec 2014 at 16:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
xjmCritical because unsanitized output is bad.
Is there a way we could have the output autoescaped by Twig, rather than adding checkPlain() calls?
Comment #2
cilefen commentedComment #3
dawehnerEnsure that we don't accidentally forget about it.
Comment #4
larowlanpatch coming
Comment #5
larowlanComment #6
larowlanComment #8
star-szrThank you @larowlan! I don't see anything missing here, test coverage looks good and all the variable bits of output are now escaped.
Comment #9
webchickGood catch!
Committed and pushed to 8.0.x. Thanks!