[issue6318] HTMLParser Attributes Containing Javascript

Eric report at bugs.python.org
Sun Jun 21 08:51:07 CEST 2009


New submission from Eric <e.rykwalder at gmail.com>:

The line:
n.feed('<a onclick="alert(\\"test\\")">test</a>')

is not matched by the regular expressions for attributes.

----------
components: Library (Lib)
messages: 89555
nosy: ericryk
severity: normal
status: open
title: HTMLParser Attributes Containing Javascript
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6318>
_______________________________________


More information about the Python-bugs-list mailing list