Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.6] bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) #16441

Merged
merged 1 commit into from Sep 28, 2019

Conversation

@vstinner
Copy link
Member

vstinner commented Sep 27, 2019

Escape the server title of xmlrpc.server.DocXMLRPCServer
when rendering the document page as HTML.

(cherry picked from commit e8650a4)

https://bugs.python.org/issue38243

Escape the server title of xmlrpc.server.DocXMLRPCServer
when rendering the document page as HTML.

(cherry picked from commit e8650a4)
@vstinner

This comment has been minimized.

Copy link
Member Author

vstinner commented Sep 28, 2019

@ned-deily: Would you mind to review/merge this security fix please? It's a straightforward backport from master.

@ned-deily ned-deily merged commit 1698cac into python:3.6 Sep 28, 2019
5 checks passed
5 checks passed
Azure Pipelines PR #20190927.23 succeeded
Details
bedevere/issue-number Issue number 38243 found
Details
bedevere/maintenance-branch-pr Valid maintenance branch PR title.
bedevere/news News entry found in Misc/NEWS.d
continuous-integration/travis-ci/pr The Travis CI build passed
Details
vstinner added a commit to vstinner/cpython that referenced this pull request Oct 1, 2019
…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)
vstinner added a commit to vstinner/cpython that referenced this pull request Oct 8, 2019
…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)
larryhastings added a commit that referenced this pull request Oct 29, 2019
… (#16516)

Escape the server title of xmlrpc.server.DocXMLRPCServer
when rendering the document page as HTML.

(cherry picked from commit e8650a4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants
You can’t perform that action at this time.