Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validating Downloaded Updates with Update.exe (Squirrel Updater) #160

Open
maoryadin opened this issue Oct 20, 2024 · 0 comments
Open

Validating Downloaded Updates with Update.exe (Squirrel Updater) #160

maoryadin opened this issue Oct 20, 2024 · 0 comments

Comments

@maoryadin
Copy link

maoryadin commented Oct 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant