This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients benjamin.peterson, georg.brandl, larry, ned.deily, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-05-10.17:36:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557509798.99.0.185324258151.issue30730@roundup.psfhosted.org>
In-reply-to
Content
New changeset fe82c46327effc124ff166e1fa1e611579e1176b by larryhastings (Serhiy Storchaka) in branch '3.4':
[security][3.4] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2362)
https://github.com/python/cpython/commit/fe82c46327effc124ff166e1fa1e611579e1176b

New changeset b1549175ed30f2931e2bb980a7e3c360ed19e1c9 by larryhastings (Victor Stinner) in branch '3.4':
[3.4] Backport CI config from master (#2475)
https://github.com/python/cpython/commit/b1549175ed30f2931e2bb980a7e3c360ed19e1c9
History
Date User Action Args
2019-05-10 18:17:07ned.deilyunlinkissue30730 messages
2019-05-10 17:36:39ned.deilysetrecipients: + ned.deily, georg.brandl, paul.moore, vstinner, larry, tim.golden, benjamin.peterson, zach.ware, serhiy.storchaka, steve.dower
2019-05-10 17:36:38ned.deilysetmessageid: <1557509798.99.0.185324258151.issue30730@roundup.psfhosted.org>
2019-05-10 17:36:38ned.deilylinkissue30730 messages
2019-05-10 17:36:38ned.deilycreate