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
{{ message }}
This repository was archived by the owner on Jan 31, 2020. It is now read-only.
Fixes File\Hash validator to work with digit-only hashes and match algo
Validation was failing when file hash was digit-only due to issue with
the implementation and silent type conversion when using array_keys
on array with digit-only string keys.
Also fixed other issue, where hash was not checked against the algorithm.
Fixes#276
0 commit comments