Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upbpo-38243: Escape the server_title of DocXMLRPCServer when rendering #16373
Conversation
This comment has been minimized.
This comment has been minimized.
@tirkarthi I've updated the PR, thank you for the feedback. |
This comment has been minimized.
This comment has been minimized.
@tirkarthi I've reflected your comment. Thanks for the review. |
Misc/NEWS.d/next/Security/2019-09-25-13-21-09.bpo-38243.1pfz24.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Security/2019-09-25-13-21-09.bpo-38243.1pfz24.rst
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
@vstinner Updated! |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Sep 27, 2019
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Sep 27, 2019
GH-16439 is a backport of this pull request to the 3.8 branch. |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Sep 27, 2019
GH-16440 is a backport of this pull request to the 3.7 branch. |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Sep 27, 2019
Sorry, @corona10 and @vstinner, I could not cleanly backport this to |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Sep 27, 2019
GH-16441 is a backport of this pull request to the 3.6 branch. |
This comment has been minimized.
This comment has been minimized.
@corona10: I backported manually your change to 3.6. I just had to fix a simple conflict on imports. Would you mind to try to backport the change to Python 2.7 which also has the bug? |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Sep 27, 2019
|
This comment has been minimized.
This comment has been minimized.
@vstinner Sure! |
…ythonGH-16441) Escape the server title of xmlrpc.server.DocXMLRPCServer when rendering the document page as HTML. (cherry picked from commit e8650a4) (cherry picked from commit 1698cac)
…ythonGH-16441) Escape the server title of xmlrpc.server.DocXMLRPCServer when rendering the document page as HTML. (cherry picked from commit e8650a4) (cherry picked from commit 1698cac)
Escape the server title of xmlrpc.server.DocXMLRPCServer when rendering the document page as HTML.
corona10 commentedSep 25, 2019
•
edited
Escape the server_title of DocXMLRPCServer when rendering,
The title will only be escaped when the server_title should be rendered.
https://bugs.python.org/issue38243