]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.3] bpo-30730: Prevent environment variables injection in subprocess on Windows...
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 23 Jun 2017 16:39:27 +0000 (19:39 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 24 Jun 2017 13:25:57 +0000 (16:25 +0300)
commit84bfcb8956c552ba51de1b74cac77c8703ce790c
tree22a7278ec5b72b2d044b5316d78ed3554ea791e3
parent87700f1890dfbc54f21ab01b137b2ad02ce4adbb
[3.3] 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 d174d24a5d37d1516b885dc7c82f71ecd5930700)
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS
Modules/_winapi.c
Objects/abstract.c