Skip to content

[security][3.4] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) #2362

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

Merged
merged 2 commits into from
Jul 11, 2017

Conversation

serhiy-storchaka
Copy link
Member

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

@mention-bot
Copy link

@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
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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants