]> granicus.if.org Git - python/commit
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Sep 2019 20:19:41 +0000 (13:19 -0700)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2019 20:19:41 +0000 (13:19 -0700)
commit6447b9f9bd27e1f6b04cef674dd3a7ab27bf4f28
tree1082e10d9f78480c4214bb398050db4a493ce677
parent14ddca726a8cd337d0461934374b5e6bf65bf812
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)

Escape the server title of xmlrpc.server.DocXMLRPCServer
when rendering the document page as HTML.
(cherry picked from commit e8650a4f8c7fb76f570d4ca9c1fbe44e91c8dfaa)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Lib/test/test_docxmlrpc.py
Lib/xmlrpc/server.py
Misc/NEWS.d/next/Security/2019-09-25-13-21-09.bpo-38243.1pfz24.rst [new file with mode: 0644]