cdepillabout / password

datatypes and functions for easily working with passwords in Haskell
http://hackage.haskell.org/package/password
55 stars 16 forks source link

password-instances: switched to " decodeUtf8' " #43

Closed Vlix closed 3 years ago

Vlix commented 3 years ago

PersistField instance for PasswordHash changed to use decodeUf8' in case the bytestring is incorrect UTF8.

Vlix commented 3 years ago

Only the nightly build failed, and that's after the tests passed O_o? Guess this should be fine.

Vlix commented 3 years ago

Yeah, I do the same, but if we're gonna be secure, might as well be pedantic about it 🙃

cdepillabout commented 3 years ago

I tried restarting the nightly tests one time, and it is still failing. I don't have any idea what could be going on there.

Vlix commented 3 years ago

Merged in master and all checks passed. Merging it.