bpo-30730: Prevent environment variables injection in subprocess on Windows. by serhiy-storchaka · Pull Request #2325 · python/cpython

@serhiy-storchaka

…indows.

Prevent passing other environment variables and command arguments.

eryksun

@serhiy-storchaka

@serhiy-storchaka

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Jun 23, 2017
…s on Windows. (pythonGH-2325)

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

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Jun 23, 2017
…s on Windows. (pythonGH-2325)

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

serhiy-storchaka added a commit that referenced this pull request

Jun 23, 2017
…s on Windows. (GH-2325) (#2360)

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

serhiy-storchaka added a commit that referenced this pull request

Jun 23, 2017
…s on Windows. (GH-2325) (#2361)

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

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Jun 24, 2017
…s on Windows. (pythonGH-2325)

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

serhiy-storchaka added a commit that referenced this pull request

Jun 24, 2017
…s on Windows. (GH-2325) (#2372)

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

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Jun 24, 2017
…s on Windows. (pythonGH-2325)

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

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Jun 24, 2017
…s on Windows. (pythonGH-2325)

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

ned-deily pushed a commit to ned-deily/cpython that referenced this pull request

Jul 7, 2017
…s on Windows. (pythonGH-2325) (python#2360)

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

larryhastings pushed a commit that referenced this pull request

Jul 11, 2017
… subprocess on Windows. (GH-2325) (#2362)

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

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

* Update NEWS

ned-deily pushed a commit that referenced this pull request

Jul 19, 2017

@serhiy-storchaka @ned-deily

mattip