Baggerone

Results 5 issues of Baggerone

In `webauthncose.go` `func ParseFIDOPublicKey()` The call to `elliptic.Unmarshal` can return two nil values, which then will break on line #193 ` XCoord: x.Bytes(),` since x (as nil) won't have a...

webauthn/registration.go lines 65-67 aren't needed because of lines 21-23 and the fact that the `err` variable is never modified after line 21. Was there supposed to be an additional function...

I'm getting the following error. `panic serving 10.20.39.4:49718: interface conversion: error is *errors.errorString, not *protocol.Error` It is getting triggered at line 151 of /duo-labs/[email protected]/protocol/attestation.go ``` attestationType, _, err := formatHandler(*attestationObject,...

## Description The following example in the README.md file is outdated ## Actual wording ``` You can then perform calls to the API on behalf of an Organization: projects, err...

https://github.com/vektah/gqlgen-tutorials/blob/8ec5be4e7558dc2fe9a54f1753f2286763cd2700/dataloader/dataloader/loaders.go#L54 The line with `i++` shouldn't be included, right?