]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-30730: Prevent environment variables injection in subprocess on Windows...
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 23 Jun 2017 17:17:38 +0000 (20:17 +0300)
committerNed Deily <nad@python.org>
Fri, 7 Jul 2017 03:48:43 +0000 (23:48 -0400)
commita9b16cff35811f88cdfeb4f50758140dfff36ebc
tree63985847f941161d4b7031c81afbc2fc909a4a15
parentc794b643c9172d69afa46f85982befd82511d9df
[3.6] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2360)

Prevent passing other invalid environment variables and command arguments..
(cherry picked from commit d174d24a5d37d1516b885dc7c82f71ecd5930700)
(cherry picked from commit e7135751b8e48af80665e40ac8fa6d0073e5affe)
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS
Modules/_winapi.c
Objects/abstract.c