-
Notifications
You must be signed in to change notification settings - Fork 692
Add checksum validation to install script #794
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds SHA256 checksum validation to the install script to verify the integrity of downloaded releases. The validation occurs after downloading the tarball but before extracting it, providing an additional security layer.
Key changes:
- Downloads SHA256SUMS.txt file from the release and validates the tarball checksum
- Supports both versioned and latest release URLs
- Gracefully handles cases where checksums are unavailable or validation tools are missing
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
SHA256SUMS.txt available in releases starting with 0.0.370-1