[Python-checkins] [python/cpython] 9dda2c: [2.7] bpo-30730: Prevent environment variables inj...

GitHub noreply at github.com
Sat Jun 24 04:49:02 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: 9dda2caca8edc7ff1285f6b0d1c5279b51854b7d
      https://github.com/python/cpython/commit/9dda2caca8edc7ff1285f6b0d1c5279b51854b7d
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-06-24 (Sat, 24 Jun 2017)

  Changed paths:
    M Lib/test/test_subprocess.py
    M Misc/NEWS
    M Modules/posixmodule.c
    M PC/_subprocess.c

  Log Message:
  -----------
  [2.7] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2372)

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




More information about the Python-checkins mailing list