Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/go-webauthn/webauthn to v0.11.1 #6901

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/go-webauthn/webauthn v0.10.2 -> v0.11.1 age adoption passing confidence

Release Notes

go-webauthn/webauthn (github.com/go-webauthn/webauthn)

v0.11.1

Compare Source

Bug Fixes

v0.11.0

Compare Source

Features
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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jul 29, 2024

ℹ Artifact update notice

File 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):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/fxamacker/cbor/v2 v2.6.0 -> v2.7.0
github.com/go-webauthn/x v0.1.9 -> v0.1.12
github.com/google/go-tpm v0.9.0 -> v0.9.1

@renovate renovate bot force-pushed the renovate/github.com-go-webauthn-webauthn-0.x branch from e672f98 to 8a9188e Compare August 7, 2024 02:45
@renovate renovate bot changed the title fix(deps): update module github.com/go-webauthn/webauthn to v0.11.0 fix(deps): update module github.com/go-webauthn/webauthn to v0.11.1 Aug 7, 2024
@pull-request-size pull-request-size bot added size/M and removed size/S labels Aug 7, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-webauthn-webauthn-0.x branch from 8a9188e to 6cff450 Compare August 10, 2024 13:01
@renovate renovate bot force-pushed the renovate/github.com-go-webauthn-webauthn-0.x branch from 6cff450 to 446cd9f Compare August 11, 2024 03:42
@pull-request-size pull-request-size bot added size/S and removed size/M labels Aug 11, 2024
@xhofe xhofe force-pushed the main branch 3 times, most recently from cb927b4 to e5fe9ea Compare August 17, 2024 15:03
@xhofe xhofe merged commit e2fcd73 into main Aug 19, 2024
3 checks passed
@xhofe xhofe deleted the renovate/github.com-go-webauthn-webauthn-0.x branch August 19, 2024 15:29
Three-taile-dragon pushed a commit to loognsss/blist that referenced this pull request Sep 26, 2024
…listGo#6901)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant