-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Have bots sign snapshots #13254
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
Labels
A-security
Area: Security (example: address space layout randomization).
Comments
I believe we do this now, right @brson @edunham ? https://static.rust-lang.org/dist/staging/index.html has signatures |
Currently we just sign nightlies, not snapshots unfortunately |
Ah! Right. |
The current thinking is that we will remove snapshots entirely and move to using nightlies for bootstrapping. |
Done! Well, snapshots are removed, so it's vacuously done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cc #13252. In order to have increased confidence that any given Rust hasn't been MITMed we need to go all the way to the source and sign the binary snaps.
The text was updated successfully, but these errors were encountered: