Update module github.com/go-webauthn/webauthn to v0.12.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/go-webauthn/webauthn | require | minor |
v0.10.2 -> v0.12.3
|
Release Notes
go-webauthn/webauthn (github.com/go-webauthn/webauthn)
v0.12.3
Bug Fixes
v0.12.2
This is just a maintenance release that just ensures dependencies are up to date.
v0.12.1
This is a release that just ensures the dependencies that should have been updated in 0.12.0 are actually up-to-date. Most importantly go 1.24.
v0.12.0
Bug Fixes
- metadata: cached file update fails without write access (#383) (1398e76)
- protocol: ensure attca is parsed correctly (#280) (ad0f7e2)
- webauthn: expose cred params functions (#286) (e736323)
- webauthn: login validates attestation format (#384) (a218507)
Features
- protocol: credential mediation (#361) (b9a233f), closes #347
- protocol: enhance errors (#341) (3207315), closes #365
- protocol: include intermediate certificate parsing (#345) (339114c)
- protocol: update tpm manufacturers (#374) (193f5b5)
- webauthn: add login option to manually set challenge (#359) (3a57554), closes #353
- webauthn: include new credential flags func (#337) (e5657ab)
- webauthn: json v2 partial and unsupported compat (#327) (bf37040)
v0.11.2
Bug Fixes
v0.11.1
Bug Fixes
- metadata: file closed too early (#273) (9ca2fae), closes #264
- metadata: functional opt sets wrong value (#272) (2b83ee0)
v0.11.0
Features
- allow empty modality values (#257) (a5c838a), closes #257
- metadata: rework as a provider (#239) (6713911), closes #239 #77 #154
- backup flag validation (#240) (2195f33), closes #240
- remove deprecated values (#233) (f63fbc1), closes #233 #221
- config: allow rpid to be defined at execution time (#234) (c673c3d), closes #165
- parse credential bytes (#258) (b382edc)
- support hints and attestation formats (#216) (824017d)
- top origin verification (#217) (0c97761), closes #205
- webauthn level 3 (#232) (482cf89)
BREAKING CHANGES
While I endeavor to avoid breaking changes some are necessary to support both better outcomes for implementers and fix issues which are not desirable. This release packs a quite a few, so it's important to take the time to read. While the details on adapting are not comprehensive, they should easy to understand and clarification will be added where it makes sense. Feel free to open a discussion if you're having issues migrating.
- MAJOR: A majority of the functionality that exists within the metadata package has been completely reworked. The rework has added a number of great validation options for implementers as well as allowing them to more easily manage metadata blobs and the refresh of these blobs in their own domain logic. This will require substantial work for anyone currently using it. I will aim to make a discussion explaining all of it in the coming days.
- The following fields and backwards compatible elements have been removed; Icon field from the CredentialEntity struct, WebAuthnIcon function from the User interface, RPIcon/RPOrigin/Timeout fields from the Config struct, Transports field from the CredentialCreationResponse (new field has existed in the AuthenticatorAttestationResponse struct for quite some time which matches the spec).
- The Backup Eligible and Backup State flags within the CredentialFlags struct (field of the Credential struct) are now strictly validated to be consistent with the spec. This breaks implementations which do not strictly adhere to the specification. Several major providers either have or are currently "upgrading" existing WebAuthn credential records to BE and BS passkeys.
- The default modality values are now empty by default. This allows additional browser flows to be accessible to implementers. This change will change default behavior. Previously the required resident key value was set to false, and the user verification option was set to 'preferred'. Implementers looking for consistent values should customize the Authenticator Selection Criteria during registration.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Merge request reports
Activity
mentioned in issue #4
added 5 commits
-
6a704f7a...62b40add - 4 commits from branch
master
- 85bead3e - Update module github.com/go-webauthn/webauthn to v0.12.0
-
6a704f7a...62b40add - 4 commits from branch
Artifact update noticeFile name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go get
command, which resulted in the following additional change(s):- 6 additional dependencies were updated
- The
go
directive was updated for compatibility reasons
Details:
Package Change go
1.23.1
->1.24.1
github.com/fxamacker/cbor/v2
v2.7.0
->v2.8.0
golang.org/x/crypto
v0.27.0
->v0.36.0
github.com/go-webauthn/x
v0.1.9
->v0.1.20
github.com/golang-jwt/jwt/v5
v5.2.1
->v5.2.2
github.com/google/go-tpm
v0.9.0
->v0.9.3
golang.org/x/sys
v0.25.0
->v0.31.0
Edited by ****added 1 commit
- f65145a7 - Update module github.com/go-webauthn/webauthn to v0.12.1
added 1 commit
- 9e884780 - Update module github.com/go-webauthn/webauthn to v0.12.2
added 1 commit
- f8fc2505 - Update module github.com/go-webauthn/webauthn to v0.12.3