Skip to content

Commit

Permalink
Add hints feature to NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Sep 24, 2024
1 parent b6f6a9a commit 80c52de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ New features:
* Added public factory function
`LargeBlobRegistrationOutput.supported(boolean)`.
* Added public factory functions to `LargeBlobAuthenticationOutput`.
* Added `hints` property to `StartRegistrationOptions`, `StartAssertionOptions`,
`PublicKeyCredentialCreationOptions` and `PublicKeyCredentialRequestOptions`,
and class `PublicKeyCredentialHint` to support them, to support the `hints`
parameter introduced in WebAuthn L3:
https://www.w3.org/TR/2023/WD-webauthn-3-20230927/#dom-publickeycredentialcreationoptions-hints
* (Experimental) Added option `isSecurePaymentConfirmation(boolean)` to
`FinishAssertionOptions`. When set, `RelyingParty.finishAssertion()` will
adapt the validation logic for a Secure Payment Confirmation (SPC) response
Expand Down

1 comment on commit 80c52de

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mutation test results

Package Coverage Stats Prev Prev
Overall 81 % 🔹 1411 🔻 / 1726 🔹 81 % 1412 / 1726
com.yubico.fido.metadata 68 % 🔹 222 🔹 / 324 🔹 68 % 222 / 324
com.yubico.internal.util 45 % 🔻 56 🔻 / 123 🔹 46 % 57 / 123
com.yubico.webauthn 88 % 🔹 673 🔹 / 761 🔹 88 % 673 / 761
com.yubico.webauthn.attestation 92 % 🔹 13 🔹 / 14 🔹 92 % 13 / 14
com.yubico.webauthn.data 92 % 🔹 422 🔹 / 457 🔹 92 % 422 / 457
com.yubico.webauthn.extension.appid 100 % 🏆 13 🔹 / 13 🔹 100 % 13 / 13
com.yubico.webauthn.extension.uvm 50 % 🔹 12 🔹 / 24 🔹 50 % 12 / 24
com.yubico.webauthn.meta 0 % 🔹 0 🔹 / 10 🔹 0 % 0 / 10

Previous run: b6f6a9a - Diff

Detailed reports: workflow run #283

Please sign in to comment.