Issue metadata
Sign in to add a comment
|
Security: </script> break thru even in js string context
Reported by
thomas.r...@gmail.com,
Nov 23 2016
|
||||||||||||||||||
Issue description<html> test <script> foo='text </script><script>alert(1)</script>'; </script> </html> this html page throws the alert because </script> is executed also inside a string. a lot of js escape libraries does not escape </script>, only \' and \". seems for me like a bug.
,
Mar 2 2017
This bug has been closed for more than 14 weeks. Removing security view restrictions. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot |
|||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||
Comment 1 by dominickn@chromium.org
, Nov 23 2016