fix(deps): update module github.com/go-webauthn/webauthn to v0.18.0 - #201
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/go-webauthn/webauthn to v0.18.0#201renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: src/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-go-webauthn-webauthn-0.x
branch
2 times, most recently
from
August 30, 2026 14:55
b46d6fe to
4ceda10
Compare
renovate
Bot
force-pushed
the
renovate/github.com-go-webauthn-webauthn-0.x
branch
2 times, most recently
from
September 1, 2026 17:53
4ceda10 to
49af269
Compare
renovate
Bot
force-pushed
the
renovate/github.com-go-webauthn-webauthn-0.x
branch
2 times, most recently
from
September 2, 2026 05:38
49af269 to
8f679d7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.17.4→v0.18.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
go-webauthn/webauthn (github.com/go-webauthn/webauthn)
v0.18.0Compare Source
This release is a fairly major milestone in the development of this library. It has quite a few breaking changes but has
added support for most if not all of the extension requirements natively, and adds formal support for Post-Quantum
Cryptography with support for ML-DSA-44, ML-DSA-65, and ML-DSA-87 when used with go 1.27.
Details on the migration requirements for this version can be found int MIGRATION.md as they are substantial between
ths version and prior versions.
Bug Fixes
Features
BREAKING CHANGES
rejected, so a Config carrying one now fails validation.
longer substitutes SHA-256 for an unregistered algorithm. Callers must
handle the second value.
other than -8 or -19 no longer parses, failing the assertion rather than
verifying with
Ed25519.RegistrationOptionandLoginOptionnow return an error, so any option implemented outside this module must be adjusted, andWithExtensionsandWithAssertionExtensionsaccept extension options in place of a map.protocol.AuthenticationExtensionsandprotocol.AuthenticationExtensionsClientOutputsare structs rather thanmap[string]any,protocol.Extensionsis removed, andParsedPublicKeyCredential.GetAppIDtakes aprotocol.SessionExtensions.SessionData.Extensionschanges both its type and its encoded representation, so a session persisted by an earlier version cannot be decoded by this one, and a client extension output the Relying Party did not request now fails the ceremony unlessConfig.ExtensionsUnsolicitedOutputPolicysays otherwise.set of acceptable current statuses rather than a set which must all appear
somewhere in the report history.
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.