[3.6] bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566) by miss-islington · Pull Request #22579 · python/cpython (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation4 Commits1 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
…CJK codec tests (pythonGH-22566)
(cherry picked from commit 2ef5caa)
Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, good bot.
@ned-deily: Would you mind to merge this security fix into 3.6?
Azure Pipelines PR is marked as failed because the macOS job failed (error unrelated to my PR):
##[warning]An image label with the label xcode9-macos10.13 does not exist.
,##[error]The remote provider was unable to process the request.
On master, .azure-pipelines/ci.yml
uses vmImage: macos-10.14
instead of vmImage: xcode9-macos10.13
.
gentoo-bot pushed a commit to gentoo/cpython that referenced this pull request
…CJK codec tests (pythonGH-22566) (pythonGH-22579)
(cherry picked from commit 2ef5caa)
Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Rebased for Python 2.7 by Michał Górny mgorny@gentoo.org