summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-02-08 23:45:17 (GMT)
committerGitHub <noreply@github.com>2023-02-08 23:45:17 (GMT)
commit9889de3fa734abf4064c9b188bb00b722a4e229c (patch)
tree2944968c680c4e0f166ab9282fd8c5190a0cb8b0 /Misc/NEWS.d
parentc63d7c95bafd0beabc36ea1461966f1ef8fe9c7f (diff)
downloadcpython-9889de3fa734abf4064c9b188bb00b722a4e229c.zip
cpython-9889de3fa734abf4064c9b188bb00b722a4e229c.tar.gz
cpython-9889de3fa734abf4064c9b188bb00b722a4e229c.tar.bz2
Apply suggestions from code review
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Security/2023-01-24-16-12-00.gh-issue-101283.9tqu39.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Security/2023-01-24-16-12-00.gh-issue-101283.9tqu39.rst b/Misc/NEWS.d/next/Security/2023-01-24-16-12-00.gh-issue-101283.9tqu39.rst
new file mode 100644
index 0000000..0efdfa1
--- /dev/null
+++ b/Misc/NEWS.d/next/Security/2023-01-24-16-12-00.gh-issue-101283.9tqu39.rst
@@ -0,0 +1,3 @@
+:class:`subprocess.Popen` now uses a safer approach to find
+``cmd.exe`` when launching with ``shell=True``. Patch by Eryk Sun,
+based on a patch by Oleg Iarygin.