diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2019-09-27 19:59:37 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2019-09-27 19:59:37 (GMT) |
commit | e8650a4f8c7fb76f570d4ca9c1fbe44e91c8dfaa (patch) | |
tree | 21492197b7eca061db3cc120a1fdadc686910e56 /Misc/NEWS.d/next/Security | |
parent | dd6117c6d7859fee57751593cd56f0862131de8b (diff) | |
download | cpython-e8650a4f8c7fb76f570d4ca9c1fbe44e91c8dfaa.zip cpython-e8650a4f8c7fb76f570d4ca9c1fbe44e91c8dfaa.tar.gz cpython-e8650a4f8c7fb76f570d4ca9c1fbe44e91c8dfaa.tar.bz2 |
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.
Diffstat (limited to 'Misc/NEWS.d/next/Security')
-rw-r--r-- | Misc/NEWS.d/next/Security/2019-09-25-13-21-09.bpo-38243.1pfz24.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Security/2019-09-25-13-21-09.bpo-38243.1pfz24.rst b/Misc/NEWS.d/next/Security/2019-09-25-13-21-09.bpo-38243.1pfz24.rst new file mode 100644 index 0000000..98d7be1 --- /dev/null +++ b/Misc/NEWS.d/next/Security/2019-09-25-13-21-09.bpo-38243.1pfz24.rst @@ -0,0 +1,3 @@ +Escape the server title of :class:`xmlrpc.server.DocXMLRPCServer` +when rendering the document page as HTML. +(Contributed by Dong-hee Na in :issue:`38243`.) |