electron / electron/update-electron-app
Validating Downloaded Updates with Update.exe (Squirrel Updater)
- Dominant language
- TypeScript
- Stars
- 824
- Forks
- 145
- Avg merge
- 9h 22m
- Merged PRs (30d)
- 3
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.