<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src, branch v4.0.5</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v4.0.5</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v4.0.5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-03-22T21:25:14+00:00</updated>
<entry>
<title>WiX Toolset v4.0.5</title>
<updated>2024-03-22T21:25:14+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-22T20:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040'/>
<id>urn:sha1:b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work around lack of upper-bound limit on extension versions</title>
<updated>2024-03-22T21:25:14+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-22T21:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ec9e2678b2051583ea24d8cec29572851f3db105'/>
<id>urn:sha1:ec9e2678b2051583ea24d8cec29572851f3db105</id>
<content type='text'>
See issue 8033 for more details
</content>
</entry>
<entry>
<title>Protect elevated working folder from malicious data</title>
<updated>2024-03-22T21:25:14+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-21T06:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=75a8c75d4e02ea219008dc5af7d03869291d61f7'/>
<id>urn:sha1:75a8c75d4e02ea219008dc5af7d03869291d61f7</id>
<content type='text'>
When running elevated, Burn uses the Windows Temp folder as its working folder
to prevent normal processes from tampering with the files. Windows Temp does
allow non-elevated processes to write to the folder but they cannot see the
files there. Unfortunately, contrary to our belief, non-elevated processes
can read the files in Windows Temp by watching for directory changes. This
allows a malicious process to lie in wait, watching the Windows Temp folder
until a Burn process is launched elevated, then attack the working folder.
Mitigate that attack by protecting the working folder to only elevated users.

Managed custom actions also fall back to using the Windows Temp folder in
some cases and thus can be exposed in a similar fashion as an elevated Burn
process. Remove that possibility.
</content>
</entry>
<entry>
<title>Don't follow junctions when recursing directories.</title>
<updated>2024-03-22T20:30:34+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-22T18:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=2e5960b575881567a8807e6b8b9c513138b19742'/>
<id>urn:sha1:2e5960b575881567a8807e6b8b9c513138b19742</id>
<content type='text'>
When deleting directories recursively, an elevated custom action
following junctions in a user-writable location could recurse into
any directory, including some that you might not want to be deleted.
Therefore, avoid recursing into directories that are actually
junctions (aka "reparse points").

This applies to:

- The RemoveFoldersEx custom action (which doesn't actually do deletions
but would instruct elevated MSI to delete on your behalf).
- DTF's custom action runner.
</content>
</entry>
<entry>
<title>Start WiX Toolset v4.0.5</title>
<updated>2024-03-22T20:29:52+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-22T20:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=2de6f549981222566638abae7c812bb8e2098841'/>
<id>urn:sha1:2de6f549981222566638abae7c812bb8e2098841</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WiX Toolset v4.0.4</title>
<updated>2024-02-06T22:20:07+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-02-06T20:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a85929822f9932fcb938a8f260555e2476040298'/>
<id>urn:sha1:a85929822f9932fcb938a8f260555e2476040298</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not  follow junctions when recursively deleting directories</title>
<updated>2024-02-06T20:06:10+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-02-06T20:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=e30c1b2432726d2d5ba572328f9a3956c5d7389c'/>
<id>urn:sha1:e30c1b2432726d2d5ba572328f9a3956c5d7389c</id>
<content type='text'>
This will prevent elevated processes from accidentally following a junction
from a user-writable directory to a per-machine directory and erroneously
deleting the per-machine contents.
</content>
</entry>
<entry>
<title>Mitigate .local DLL redirection Windows bug.</title>
<updated>2024-02-06T15:57:50+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-01-24T22:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=fec38b6461d0551339139a2fe52403a61942adc0'/>
<id>urn:sha1:fec38b6461d0551339139a2fe52403a61942adc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix crash when CloseApplications_X64 closes Electron app</title>
<updated>2024-02-06T15:54:28+00:00</updated>
<author>
<name>Andrzej Wojtas</name>
<email>38528584+avjts@users.noreply.github.com</email>
</author>
<published>2024-01-20T11:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=74ef526a2252f794465b2146c4c32c348284cf91'/>
<id>urn:sha1:74ef526a2252f794465b2146c4c32c348284cf91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up TouchFile.</title>
<updated>2024-02-06T15:54:28+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-01-19T21:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=b22869018d81b781ae129f650ace78a1ed0530ae'/>
<id>urn:sha1:b22869018d81b781ae129f650ace78a1ed0530ae</id>
<content type='text'>
</content>
</entry>
</feed>
