[Python-checkins] [python/cpython] a7c026: [3.5] bpo-30730: Prevent environment variables inj...

GitHub noreply at github.com
Fri Jun 23 13:27:03 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: a7c0264735f46afab13771be4218d8eab0d7dc91
      https://github.com/python/cpython/commit/a7c0264735f46afab13771be4218d8eab0d7dc91
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-06-23 (Fri, 23 Jun 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:
  -----------
  [3.5] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2361)

Prevent passing other invalid environment variables and command arguments..
(cherry picked from commit d174d24a5d37d1516b885dc7c82f71ecd5930700)




More information about the Python-checkins mailing list