tweag / webauthn

A library for parsing and validating webauthn/fido2 credentials
Apache License 2.0
34 stars 11 forks source link

Remove `undefined` #63

Closed infinisil closed 2 years ago

infinisil commented 2 years ago

In https://github.com/tweag/haskell-fido2/commit/08074f3a497bce399fac9b92266cf53c38470156 an undefined was accidentally added: https://github.com/tweag/haskell-fido2/blob/3e816bd0f275f75072e3aad4a7419a6e1ca54653/fido/Crypto/Fido2/Operations/Attestation/AndroidKey.hs#L238

This should be removed. In the future this should also be detected with a test, see #53