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

chore: remove md5 hash for comparison #14492

Merged

Conversation

miketheman
Copy link
Member

None of our database entries are missing sha256 nor blake2_256 entries, which are both stronger than md5.

Solves a low severity data validation issue where collisions could occur in the md5 space, and cause database rollbacks at this stage of the upload cycle.

None of our database entries are missing sha256 nor blake2_256 entries,
which are both stronger than md5.

Solves a low severity data validation issue where collisions could occur
in the md5 space, and cause database rollbacks at this stage of the
upload cycle.

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
@miketheman miketheman requested a review from a team as a code owner September 5, 2023 21:28
@miketheman miketheman merged commit d3ad477 into pypi:main Sep 5, 2023
17 checks passed
@miketheman miketheman deleted the miketheman/remove-md5-from-compare branch September 5, 2023 22:09
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