]> granicus.if.org Git - python/commit
HTML-escape the plain traceback in cgitb's HTML output, to prevent
authorGeorg Brandl <georg@python.org>
Tue, 15 May 2007 20:19:34 +0000 (20:19 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 15 May 2007 20:19:34 +0000 (20:19 +0000)
commita09a96a5440144f926c69250dab7b9bbf06bd789
tree34ec2344498a9ab8708189cd0cbdf3038238fab5
parent8be9ab84979cc09caf41177f101089e4feaae65b
HTML-escape the plain traceback in cgitb's HTML output, to prevent
the traceback inadvertently or maliciously closing the comment and
injecting HTML into the error page.
Lib/cgitb.py
Misc/NEWS