RESOLVED FIXED 143971
Use ASSERT_WITH_SECURITY_IMPLICATION() for NoEventDispatchAssertion
https://bugs.webkit.org/show_bug.cgi?id=143971
Summary Use ASSERT_WITH_SECURITY_IMPLICATION() for NoEventDispatchAssertion
Chris Dumez
Reported 2015-04-20 16:48:49 PDT
Use ASSERT_WITH_SECURITY_IMPLICATION() for NoEventDispatchAssertion as firing JS events can cause arbitrary JS execution which often leads to security bugs when event firing is forbidden. For e.g. firing events from ActiveDOMObject::suspend() means JS can construct or destroy ActiveDOMObjects while we are iterating over them.
Attachments
Patch (13.12 KB, patch)
2015-04-20 16:55 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2015-04-20 16:55:04 PDT
Chris Dumez
Comment 2 2015-04-21 09:17:26 PDT
Comment on attachment 251204 [details] Patch Clearing flags on attachment: 251204 Committed r183064: <http://trac.webkit.org/changeset/183064>
Chris Dumez
Comment 3 2015-04-21 09:17:34 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.