]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[security][3.3] bpo-30730: Prevent environment variables injection in subprocess...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 19 Jul 2017 02:40:10 +0000 (05:40 +0300)
committerNed Deily <nad@python.org>
Wed, 19 Jul 2017 02:40:10 +0000 (22:40 -0400)
commite46f1c19642ea1882f427d8246987ba49351a97d
tree5bc1248beb6bf299a59fcbc1c8f714178148870f
parent3625f7fd11679ecb390ffa58ef36d487acc8159b
[security][3.3] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2363)
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS
Modules/_winapi.c
Objects/abstract.c