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

GitHub noreply at github.com
Tue Jul 18 22:40:11 EDT 2017


  Branch: refs/heads/3.3
  Home:   https://github.com/python/cpython
  Commit: e46f1c19642ea1882f427d8246987ba49351a97d
      https://github.com/python/cpython/commit/e46f1c19642ea1882f427d8246987ba49351a97d
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-07-18 (Tue, 18 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.3] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2363)




More information about the Python-checkins mailing list