[Python-checkins] [python/cpython] d174d2: bpo-30730: Prevent environment variables injection...

GitHub noreply at github.com
Fri Jun 23 12:39:29 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: d174d24a5d37d1516b885dc7c82f71ecd5930700
      https://github.com/python/cpython/commit/d174d24a5d37d1516b885dc7c82f71ecd5930700
  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:
  -----------
  bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325)

Prevent passing other invalid environment variables and command arguments.




More information about the Python-checkins mailing list