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

build(deps): bump github.com/go-webauthn/webauthn from 0.10.2 to 0.11.1 #2785

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2024

Bumps github.com/go-webauthn/webauthn from 0.10.2 to 0.11.1.

Release notes

Sourced from github.com/go-webauthn/webauthn's releases.

v0.11.1

v0.11.1 (2024-08-06)

Bug Fixes

v0.11.0

v0.11.0 (2024-07-29)

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.
Commits
  • 9ca2fae fix(metadata): file closed too early (#273)
  • 2b83ee0 fix(metadata): functional opt sets wrong value (#272)
  • ceb7159 build(deps): update dependency go to v1.22.6 (#268)
  • ce5cbc1 build(deps): bump step-security/harden-runner from 2.9.0 to 2.9.1 (#271)
  • 8417707 build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 (#270)
  • eeeb570 build(deps): bump github/codeql-action from 3.25.15 to 3.26.0 (#269)
  • 9719717 build(deps): update module golang.org/x/crypto to v0.26.0 (#267)
  • aa2b8a7 build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 (#265)
  • f8b9177 release: v0.11.0 (#263)
  • 23532cc build(deps): bump github/codeql-action from 3.25.13 to 3.25.15 (#262)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 6, 2024
@dependabot dependabot bot requested a review from fguillot August 6, 2024 22:46
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-webauthn/webauthn-0.11.1 branch 2 times, most recently from 8fdde27 to c0c6f8a Compare August 15, 2024 00:05
Bumps [github.com/go-webauthn/webauthn](https://github.com/go-webauthn/webauthn) from 0.10.2 to 0.11.1.
- [Release notes](https://github.com/go-webauthn/webauthn/releases)
- [Commits](go-webauthn/webauthn@v0.10.2...v0.11.1)

---
updated-dependencies:
- dependency-name: github.com/go-webauthn/webauthn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-webauthn/webauthn-0.11.1 branch from c0c6f8a to fdc1f12 Compare August 22, 2024 21:32
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2024

Superseded by #2823.

@dependabot dependabot bot closed this Aug 26, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/go-webauthn/webauthn-0.11.1 branch August 26, 2024 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Development

Successfully merging this pull request may close these issues.

1 participant