mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31726)
This commit is contained in:
parent
ca9689f8da
commit
77446d2aa5
12 changed files with 27 additions and 4 deletions
|
@ -4,6 +4,7 @@
|
|||
<Package InstallerVersion="500" Compressed="yes" InstallScope="perUser" />
|
||||
<MediaTemplate EmbedCab="yes" CompressionLevel="high" />
|
||||
|
||||
<PropertyRef Id="DetectTargetDir" />
|
||||
<PropertyRef Id="UpgradeTable" />
|
||||
<PropertyRef Id="REGISTRYKEY" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue