]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the...
authorSteve Dower <steve.dower@python.org>
Mon, 7 Mar 2022 17:23:11 +0000 (17:23 +0000)
committerGitHub <noreply@github.com>
Mon, 7 Mar 2022 17:23:11 +0000 (17:23 +0000)
commit77446d2aa56e9e3262d9d2247342bbbb0ff5e907
tree8c36fab1f209dd9f354394bb28e4037250f20356
parentca9689f8dac01d27e041e1dbbdae146746d48ab3
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31726)
12 files changed:
Misc/NEWS.d/next/Windows/2022-03-07-16-34-11.bpo-46948.Ufd4tG.rst [new file with mode: 0644]
Tools/msi/appendpath/appendpath.wxs
Tools/msi/bundle/bundle.wxs
Tools/msi/common.wxs
Tools/msi/dev/dev.wxs
Tools/msi/doc/doc.wxs
Tools/msi/lib/lib.wxs
Tools/msi/path/path.wxs
Tools/msi/tcltk/tcltk.wxs
Tools/msi/test/test.wxs
Tools/msi/tools/tools.wxs
Tools/msi/ucrt/ucrt.wxs