fix(deps): update dependency com.yubico:webauthn-server-core to v2.9.0#845
Merged
Merged
Conversation
|
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:
2.8.1→2.9.0Release Notes
Yubico/java-webauthn-server (com.yubico:webauthn-server-core)
v2.9.0: Version 2.9.0Compare Source
webauthn-server-core:Security fixes:
RelyingParty.finishAssertionandRelyingPartyV2.finishAssertioncould return a successful authentication result even though the authenticated credential is owned by a different user thanStartAssertionOptions.username. For details see YSA-2026-02: https://www.yubico.com/support/security-advisories/ysa-2026-02/Fixes:
@sincetags toAttestationTrustSourcejavadoc.webauthn-server-attestation:Changes:
FidoMetadataDownloaderbuilder method.downloadBlob(URL)now logs a warning if the given URL is not an HTTPS URL. Javadoc relaxed to not describe HTTPS as required since this was never enforced.New features:
AuthenticatorStatus.RETIREDandFilters.notRetired().AttachmentHint.ATTACHMENT_HINT_SMART_CARD.UNKNOWNconstant to all enums incom.yubico.fido.metadata:AttachmentHintAuthenticationAlgorithmAuthenticatorAttestationTypeCtapCertificationIdCtapPinUvAuthProtocolVersionCtapVersionProtocolFamilyPublicKeyRepresentationFormatTransactionConfirmationDisplayTypeCtapVersion.FIDO_2_3.AuthenticatorGetInfo:attestationFormats,longTouchForReset,uvCountSinceLastPinEntry,transportsForReset,pinComplexityPolicy,pinComplexityPolicyURL,maxPINLength,authenticatorConfigCommandsBiometricAccuracyDescriptor:iAPARThresholdMetadataStatement:friendlyNames,iconDark,providerLogoLight,providerLogoDark,keyScope,multiDeviceCredentialSupport,cxpConfigURLStatusReport:certificationProfiles,sunsetDate,fipsRevision,fipsPhysicalSecurityLevelFidoMetadataDownloadernow sends theIf-None-Matchrequest header set to the"no"of the cached BLOB, if any, and handles304 Not Modifiedresponses appropriately.FidoMetadataDownloaderif a BLOB download request returns an HTTP failure status, but returns anETagresponse header matching the"no"of the cached BLOB, if any, this is now interpreted like a successful304 Not Modifiedresponse..cachePolicysetting toFidoMetadataDownloaderto allow dynamically opting out of falling back to cache when a BLOB download fails.Fixes:
@sincetags toAuthenticatorStatusandFidoMetadataServicejavadoc.com.yubico.fido.metadataenums now deserialize unknown values toUNKOWNinstead of crashing the parser.Artifacts built with
openjdk version "17.0.18" 2026-01-20.v2.8.2: Version 2.8.2Compare Source
Security fixes:
RelyingParty.finishAssertionandRelyingPartyV2.finishAssertioncould return a successful authentication result even though the authenticated credential is owned by a different user thanStartAssertionOptions.username. For details see YSA-2026-02: https://www.yubico.com/support/security-advisories/ysa-2026-02/Artifacts built with
openjdk version "17.0.18" 2026-01-20.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.