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

fix: respect given algorithms instead of always using sha512 #156

Merged
merged 2 commits into from May 27, 2022

Conversation

nlf
Copy link
Contributor

@nlf nlf commented May 27, 2022

this corrects the issue where we write content with an expected sha1 integrity as sha512 causing us to effectively not cache it at all, now content is correctly written as sha1 and can be read from the cache appropriately

@nlf nlf requested a review from a team as a code owner May 27, 2022 18:20
@nlf nlf force-pushed the nlf/fix-non-sha512-algorithms branch from d058b0a to 7280ee5 Compare May 27, 2022 18:32
@nlf nlf force-pushed the nlf/fix-non-sha512-algorithms branch from c4faac2 to a0b473c Compare May 27, 2022 18:57
@nlf nlf merged commit 9baa806 into main May 27, 2022
@nlf nlf deleted the nlf/fix-non-sha512-algorithms branch May 27, 2022 19:27
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.

None yet

2 participants