]> 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:39 +0000 (20:19 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 15 May 2007 20:19:39 +0000 (20:19 +0000)
commit4c87581c328c0f0fc9cc477c62f5f1a37799ba8c
treeddbf2952f076e7b1d05b6b3eddd3456af84b15cc
parent0d338e4bc6b310dd91548aaac87073102055c084
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.
 (backport from rev. 55348)
Lib/cgitb.py
Misc/NEWS