-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
simplify checksums to just use sha1? #204
Comments
Yes. |
So, basically, I think it's all good, but:
Hence, I think there is no problem with removing sha256, sha512, (and md5?). 🎲 |
The current state of usage breaks down to: Total: 505 casks I think it's safe to say that while other options may provide security, the current usage suggests that sha1 works well for us. I'm not saying we have to remove anything but we can close #164 and focus on 💉 improving other areas of cask. |
While I agree about removing hashes that aren't SHA1, GPG signing is also about verifying provenance / authorship, not only integrity. |
Removing myself from this. Not sure if it still applies, what with the checksum being SHA-256 now. |
I’d argue we can probably close this issue, actually. |
Yea. We probably can close this. |
Create Add FireFox French
Kicking this to @passcod for thoughts.
So we basically are always using
sha1
for checksums. I wonder if it makes sense to remove the code for the other two since it makes things confusing for contributors and is effectively dead code?The text was updated successfully, but these errors were encountered: