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

feat: Verify cksum of crate tarball from cargo registry #1260

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

NobodyXu
Copy link
Member

@NobodyXu NobodyXu commented Aug 8, 2023

Fixed #1183

Since the crate tarball could be downloaded from a different set of servers than where the cargo registry is hosted, verifying the checksum is necessary to verify its integrity.

@NobodyXu NobodyXu requested a review from passcod August 8, 2023 11:15
@NobodyXu NobodyXu force-pushed the feat/registry-checksum branch from 1d8343d to 466d3f0 Compare August 8, 2023 12:09
@NobodyXu NobodyXu enabled auto-merge August 8, 2023 12:10
@NobodyXu NobodyXu force-pushed the feat/registry-checksum branch 2 times, most recently from 9f0c57d to 46f486b Compare August 9, 2023 07:46
@NobodyXu NobodyXu requested a review from passcod August 9, 2023 07:47
@NobodyXu NobodyXu disabled auto-merge August 9, 2023 07:47
@NobodyXu NobodyXu enabled auto-merge August 9, 2023 07:59
@NobodyXu NobodyXu added this pull request to the merge queue Aug 9, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Aug 9, 2023
Fixed #1183

Since the crate tarball could be downloaded from a different set of
servers than where the cargo registry is hosted, verifying the checksum
is necessary to verify its integrity.

Signed-off-by: Jiahao XU <[email protected]>
@NobodyXu NobodyXu force-pushed the feat/registry-checksum branch from 46f486b to 6d4c2c3 Compare August 9, 2023 10:16
@NobodyXu NobodyXu enabled auto-merge August 9, 2023 10:30
@NobodyXu NobodyXu added this pull request to the merge queue Aug 9, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 9, 2023
@NobodyXu NobodyXu added this pull request to the merge queue Aug 9, 2023
Merged via the queue into main with commit 3e80b12 Aug 9, 2023
@NobodyXu NobodyXu deleted the feat/registry-checksum branch August 9, 2023 11:15
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

Successfully merging this pull request may close these issues.

Support checksum verification in registry
2 participants