]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-38243: Escape the server title of DocXMLRPCServer (GH-16447)
authorDong-hee Na <donghee.na92@gmail.com>
Tue, 1 Oct 2019 10:58:01 +0000 (19:58 +0900)
committerVictor Stinner <vstinner@python.org>
Tue, 1 Oct 2019 10:58:00 +0000 (12:58 +0200)
commit8eb64155ff26823542ccf0225b3d57b6ae36ea89
treee176565f619cb8c68545932cbd211f98a958903e
parent598f676880662fb453ff98fda42b7b7068e5be32
[2.7] bpo-38243: Escape the server title of DocXMLRPCServer (GH-16447)

Escape the server title of DocXMLRPCServer.DocXMLRPCServer
when rendering the document page as HTML.
Lib/DocXMLRPCServer.py
Lib/test/test_docxmlrpc.py
Misc/NEWS.d/next/Security/2019-09-25-13-21-09.bpo-38243.1pfz24.rst [new file with mode: 0644]