]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:18:14 +0000 (13:18 -0700)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2019 20:18:14 +0000 (13:18 -0700)
commit39a0c7555530e31c6941a78da19b6a5b61170687
tree1c83621d7d17301cd89bef9abdc914be4eca1a4e
parent2c24f2cae00bbfe9af1e59778f6516d4c56ffc4e
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]