[Python-checkins] [python/cpython] fe82c4: [security][3.4] bpo-30730: Prevent environment var...

GitHub noreply at github.com
Tue Jul 11 06:24:12 EDT 2017


  Branch: refs/heads/3.4
  Home:   https://github.com/python/cpython
  Commit: fe82c46327effc124ff166e1fa1e611579e1176b
      https://github.com/python/cpython/commit/fe82c46327effc124ff166e1fa1e611579e1176b
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M Lib/subprocess.py
    M Lib/test/test_subprocess.py
    M Misc/NEWS
    M Modules/_winapi.c
    M Objects/abstract.c

  Log Message:
  -----------
  [security][3.4] bpo-30730: Prevent environment variables injection in 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 d174d24a5d37d1516b885dc7c82f71ecd5930700)

* Update NEWS




More information about the Python-checkins mailing list