[security][3.4] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) by serhiy-storchaka · Pull Request #2362 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@serhiy-storchaka

Copy link Copy Markdown

Member

Prevent passing other invalid environment variables and command arguments..
(cherry picked from commit d174d24)

@mention-bot

Copy link Copy Markdown

@serhiy-storchaka, thanks for your PR! By analyzing the history of the files in this pull request, we identified @gvanrossum, @gpshead and @tim-one to be potential reviewers.

…s on Windows. (pythonGH-2325)

Prevent passing other invalid environment variables and command arguments..
(cherry picked from commit d174d24)

@vstinner vstinner changed the title [3.4] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) [security][3.4] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325)

Jun 28, 2017
Copy link Copy Markdown

Member

@zooba zooba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@larryhastings larryhastings merged commit fe82c46 into python:3.4

Jul 11, 2017

@serhiy-storchaka serhiy-storchaka deleted the backport-d174d24-3.4 branch

July 11, 2017 11:46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@vstinner vstinner vstinner approved these changes

@zooba zooba zooba approved these changes

@larryhastings larryhastings Awaiting requested review from larryhastings

@ned-deily ned-deily Awaiting requested review from ned-deily

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

6 participants

@serhiy-storchaka @mention-bot @vstinner @zooba @larryhastings @the-knights-who-say-ni