Skip to content

Commit

Permalink
Merge branch 'release-2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Dec 2, 2024
2 parents 80c52de + 504a8e8 commit 45a4ca6
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 60 deletions.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@ New features:
* (Experimental) Added `credProps` extension to assertion extension outputs.


== Version 2.5.4 ==

`webauthn-server-attestation`:

Fixes:

* `AuthenticatorGetInfo.algorithms` now silently ignores unknown
`COSEAlgorithmIdentifier` and `PublicKeyCredentialType` values instead of
rejecting the MDS BLOB.


== Version 2.5.3 ==

`webauthn-server-attestation`:
Expand Down
Loading

1 comment on commit 45a4ca6

@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 % 🔹 1415 🔺 / 1731 🔺 81 % 1411 / 1726
com.yubico.fido.metadata 68 % 🔹 226 🔺 / 329 🔺 68 % 222 / 324
com.yubico.internal.util 46 % 🟢 57 🔺 / 123 🔹 45 % 56 / 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 % 🔹 421 🔻 / 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: 80c52de - Diff

Detailed reports: workflow run #286

Please sign in to comment.