Skip to content

Commit

Permalink
chore: address webauthn cve (#2240)
Browse files Browse the repository at this point in the history
Upgrades the webauthn library to prevent a UUID-related CVE
  • Loading branch information
aeneasr authored Feb 20, 2022
1 parent ecd715a commit 506a0f1
Show file tree
Hide file tree
Showing 2 changed files with 308 additions and 14 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ replace (
)

require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig/v3 v3.0.0
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0
github.com/avast/retry-go/v3 v3.1.1
Expand All @@ -32,9 +31,9 @@ require (
github.com/cortesi/modd v0.0.0-20210323234521-b35eddab86cc
github.com/davecgh/go-spew v1.1.1
github.com/davidrjonas/semver-cli v0.0.0-20190116233701-ee19a9a0dda6
github.com/duo-labs/webauthn v0.0.0-20210727191636-9f1b88ef44cc
github.com/duo-labs/webauthn v0.0.0-20220212025243-7c9ee999e33e
github.com/fatih/color v1.13.0
github.com/form3tech-oss/jwt-go v3.2.2+incompatible
github.com/form3tech-oss/jwt-go v3.2.3+incompatible
github.com/ghodss/yaml v1.0.0
github.com/go-errors/errors v1.0.1
github.com/go-openapi/strfmt v0.20.3
Expand Down
Loading

0 comments on commit 506a0f1

Please sign in to comment.