You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#54858 [PasswordHasher] Make bcrypt nul byte hash test tolerant to PHP related failures (alexandre-daubois)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
[PasswordHasher] Make bcrypt nul byte hash test tolerant to PHP related failures
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Bcrypt throws on PHP < 8.2 when passing a nul byte. The related test should be skipped for these versions as `$hasher->verify()` return value cannot be asserted.
Related failure: https://github.com/symfony/symfony/actions/runs/8980661047/job/24664698662#step:7:1168
Commits
-------
30de18b [PasswordHasher] Make bcrypt nul byte hash test tolerant to PHP related failures
0 commit comments