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

Sign Binary Releases For Verification? #12420

Open
3knight opened this issue Apr 23, 2024 · 2 comments
Open

Sign Binary Releases For Verification? #12420

3knight opened this issue Apr 23, 2024 · 2 comments
Labels
Milestone

Comments

@3knight
Copy link

3knight commented Apr 23, 2024

Would it be possible to sign releases with, say, gpg so users can verify downloads before installing? Thanks

@bep bep removed the NeedsTriage label Apr 24, 2024
@bep bep added this to the v0.126.0 milestone Apr 24, 2024
@hugo-sid
Copy link
Member

Each release(GitHub release) of Hugo comes with a checksums.txt file.

Isn't that sufficient for verifying binaries?

@3knight
Copy link
Author

3knight commented Apr 28, 2024

No. Posting the checksums right next to the release file defeats the purpose. If someone were to upload a malicious file, what's stopping them from releasing a matching checksum file. Signing the file would require someone to have access to the signers private key + password to signing key. Only way using checksums could be reliable is if the checksum was distributed across multiple platforms, presumably each being secure, and cross checking all of them to see if they match. This is incredibly impractical, as it would have to be done with each release. Checksums confirm that the files match, not authorship.

Currently, Mac releases are not signed through Apple, so you would blindly be trusting the file. Signing it would at least allow Mac users (and other OS) the ability to verify and have confidence in bypassing Gatekeeper. Signing through Apple would be preferable for Mac users but it's not as practical as using something like GPG. Another option, and probably a better one would be to use OpenSSH and it is available, on all platforms (comes preinstalled with Mac/Windows) and in Linux/BSD repos. It's more secure then GPG AFAIK.

@bep bep modified the milestones: v0.126.0, v0.127.0 May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants