summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2022-03-07 17:23:20 (GMT)
committerGitHub <noreply@github.com>2022-03-07 17:23:20 (GMT)
commit136842c91b5783e205e217c4855baa9dadd4ad41 (patch)
tree3e07aae66533ddbc418ae976a1c7800c5867cecd /Misc
parent0ff033b859f29b6230f6d2262f08b31c2ba11921 (diff)
downloadcpython-136842c91b5783e205e217c4855baa9dadd4ad41.zip
cpython-136842c91b5783e205e217c4855baa9dadd4ad41.tar.gz
cpython-136842c91b5783e205e217c4855baa9dadd4ad41.tar.bz2
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31727)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2022-03-07-16-34-11.bpo-46948.Ufd4tG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-03-07-16-34-11.bpo-46948.Ufd4tG.rst b/Misc/NEWS.d/next/Windows/2022-03-07-16-34-11.bpo-46948.Ufd4tG.rst
new file mode 100644
index 0000000..cfc4827
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2022-03-07-16-34-11.bpo-46948.Ufd4tG.rst
@@ -0,0 +1,2 @@
+Prevent CVE-2022-26488 by ensuring the Add to PATH option in the Windows
+installer uses the correct path when being repaired.