You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using update.exe from Squirrel to download updates for my application. However, I’ve noticed that update.exe accepts any server URL, and my application will proceed with launching the downloaded update without any validation.
Problem:
How can I implement validation for the downloaded updates to ensure their integrity and security before launching them?
Expected Behavior:
The downloaded update should be validated (e.g., by checksum or signature verification) to prevent untrusted or corrupted files from being executed.
Any guidance on how to set up this validation mechanism would be appreciated.
The text was updated successfully, but these errors were encountered:
I am using update.exe from Squirrel to download updates for my application. However, I’ve noticed that update.exe accepts any server URL, and my application will proceed with launching the downloaded update without any validation.
Problem:
How can I implement validation for the downloaded updates to ensure their integrity and security before launching them?
Expected Behavior:
The downloaded update should be validated (e.g., by checksum or signature verification) to prevent untrusted or corrupted files from being executed.
Any guidance on how to set up this validation mechanism would be appreciated.
The text was updated successfully, but these errors were encountered: