Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-go-webauthn-webauthn-0.x
Open

fix(deps): update module github.com/go-webauthn/webauthn to v0.18.0#201
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-go-webauthn-webauthn-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/go-webauthn/webauthn v0.17.4v0.18.0 age confidence

Warning

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.0

Compare 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
  • protocol: A credential response whose id and rawId disagree, or which omits rawId, is rejected. Registration previously accepted both, since the credential record is built from the attested credential id and nothing read the client's value.
  • An IP address configured as a relying party id is
    rejected, so a Config carrying one now fails validation.
  • HasherFromCOSEAlg returns (hash.Hash, bool) and no
    longer substitutes SHA-256 for an unregistered algorithm. Callers must
    handle the second value.
  • webauthncose: A stored credential whose OKP key names an algorithm
    other than -8 or -19 no longer parses, failing the assertion rather than
    verifying with Ed25519.
  • The rpOpaqueOrigins parameter has been added to protocol.CollectedClientData.Verify, protocol.ParsedCredentialCreationData.Verify and protocol.ParsedCredentialAssertionData.Verify, immediately after the existing rpOrigins parameter; callers which accept no opaque origins should pass nil. The webauthn.ConfigProvider interface has also gained a GetOpaqueOrigins method which implementations outside this module must provide.
  • RegistrationOption and LoginOption now return an error, so any option implemented outside this module must be adjusted, and WithExtensions and WithAssertionExtensions accept extension options in place of a map. protocol.AuthenticationExtensions and protocol.AuthenticationExtensionsClientOutputs are structs rather than map[string]any, protocol.Extensions is removed, and ParsedPublicKeyCredential.GetAppID takes a protocol.SessionExtensions. SessionData.Extensions changes 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 unless Config.ExtensionsUnsolicitedOutputPolicy says otherwise.
  • protocol: ConfigProvider requires GetSignaturePolicy. AttestationObject.Verify, AttestationObject.VerifyAttestation, ParsedCredentialAssertionData.Verify, ParsedCredentialCreationData.Verify, Credential.Verify, Credential.VerifyAttestationType and the attestation format validation handler registered by RegisterAttestationFormat take a SignaturePolicy. AttestationPolicy no longer carries a Signature member and webauthncose.SetExperimentalInsecureAllowBERIntegers is removed.
  • protocol: AttestationObject.Verify and AttestationObject.VerifyAttestation take an AttestationPolicy, and ConfigProvider requires GetAttestationPolicy.
  • metadata: Statement.CredentialExportProtocolConfigURL and its JSON counterpart are now named CredentialExchangeConfigURL, matching the credential exchange terminology the specification uses.
  • metadata: the desired statuses given to ValidateStatusReports are now a
    set of acceptable current statuses rather than a set which must all appear
    somewhere in the report history.
  • metadata: StatusReport.EffectiveDate and BiometricStatusReport.EffectiveDate are now *time.Time so an absent date is distinguishable from a zero value.

Configuration

📅 Schedule: (UTC)

  • 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.

@renovate

renovate Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: src/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):

  • 5 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.54.0 -> v0.55.0
golang.org/x/text v0.40.0 -> v0.41.0
github.com/fxamacker/cbor/v2 v2.9.2 -> v2.9.3
github.com/go-webauthn/x v0.2.6 -> v0.3.0
go.yaml.in/yaml/v3 v3.0.4 -> v3.0.5

@renovate renovate Bot changed the title fix(deps): update module github.com/go-webauthn/webauthn to v0.18.0 fix(deps): update module github.com/go-webauthn/webauthn to v0.18.0 - autoclosed Aug 29, 2026
@renovate renovate Bot closed this Aug 29, 2026
@renovate
renovate Bot deleted the renovate/github.com-go-webauthn-webauthn-0.x branch August 29, 2026 17:54
@renovate renovate Bot changed the title fix(deps): update module github.com/go-webauthn/webauthn to v0.18.0 - autoclosed fix(deps): update module github.com/go-webauthn/webauthn to v0.18.0 Aug 30, 2026
@renovate renovate Bot reopened this Aug 30, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-go-webauthn-webauthn-0.x branch 2 times, most recently from b46d6fe to 4ceda10 Compare August 30, 2026 14:55
@renovate renovate Bot changed the title fix(deps): update module github.com/go-webauthn/webauthn to v0.18.0 fix(deps): update module github.com/go-webauthn/webauthn to v0.18.0 - autoclosed Aug 31, 2026
@renovate renovate Bot closed this Aug 31, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/go-webauthn/webauthn to v0.18.0 - autoclosed fix(deps): update module github.com/go-webauthn/webauthn to v0.18.0 Sep 1, 2026
@renovate renovate Bot reopened this Sep 1, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-go-webauthn-webauthn-0.x branch 2 times, most recently from 4ceda10 to 49af269 Compare September 1, 2026 17:53
@renovate renovate Bot changed the title fix(deps): update module github.com/go-webauthn/webauthn to v0.18.0 fix(deps): update module github.com/go-webauthn/webauthn to v0.18.0 - autoclosed Sep 1, 2026
@renovate renovate Bot closed this Sep 1, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/go-webauthn/webauthn to v0.18.0 - autoclosed fix(deps): update module github.com/go-webauthn/webauthn to v0.18.0 Sep 2, 2026
@renovate renovate Bot reopened this Sep 2, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-go-webauthn-webauthn-0.x branch 2 times, most recently from 49af269 to 8f679d7 Compare September 2, 2026 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants