duo-labs / webauthn

WebAuthn (FIDO2) server library written in Go
https://webauthn.io/
BSD 3-Clause "New" or "Revised" License
1.03k stars 162 forks source link

migrate to "github.com/google/uuid" #119

Closed 6543 closed 2 years ago

6543 commented 2 years ago

closes #88 close #115

6543 commented 2 years ago

@aseigler that would be the other solution - what ever you merge :)

6543 commented 2 years ago

@aseigler either this or #115 - just like to see some progress on this please :)

james-d-elliott commented 2 years ago

For reference (and not to say this shouldn't be resolved, just something that should reassure anyone using it) the CVE doesn't affect the usage in this lib, it's only used to decode UUID's from bytes, not generate them.

6543 commented 2 years ago

well - that will de-stress things - we also did another clue: (https://github.com/go-gitea/gitea/pull/18282)

anyway thanks for the work @ both :)

6543 commented 2 years ago

:eyes: