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: first 5 characters is too weak for collisions #454

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Conversation

bckp
Copy link
Contributor

@bckp bckp commented Oct 13, 2024

Use full length of MD5 to make collisions more difficult

  • bug fix / new feature? Bugfix
  • BC break? no
  • doc PR: just fixed issue

This PR fixed rare situation, when first 5 characters in MD5 of file was same, so Nette/Tester could not run tests properly.

Use full length of MD5 to make collisions more difficult
@dg dg merged commit 4740f66 into nette:master Oct 23, 2024
dg pushed a commit that referenced this pull request Oct 23, 2024
Use full length of MD5 to make collisions more difficult
dg pushed a commit that referenced this pull request Oct 23, 2024
Use full length of MD5 to make collisions more difficult
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.

2 participants