Skip to content

Commit

Permalink
Release 2.5.4
Browse files Browse the repository at this point in the history
`webauthn-server-attestation`:

Fixes:

- `AuthenticatorGetInfo.algorithms` now silently ignores unknown
  `COSEAlgorithmIdentifier` and `PublicKeyCredentialType` values instead of
  rejecting the MDS BLOB.
  • Loading branch information
emlun committed Dec 2, 2024
2 parents 5d510c5 + e562c01 commit 504a8e8
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
@@ -1,3 +1,14 @@
== 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 504a8e8

@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 80 % 🔻 1285 🔻 / 1589 🔻 81 % 1415 / 1731
com.yubico.fido.metadata 68 % 🔹 226 🔹 / 329 🔹 68 % 226 / 329
com.yubico.internal.util 46 % 🔹 56 🔻 / 120 🔻 46 % 57 / 123
com.yubico.webauthn 86 % 🔻 570 🔻 / 656 🔻 88 % 673 / 761
com.yubico.webauthn.attestation 92 % 🔹 13 🔹 / 14 🔹 92 % 13 / 14
com.yubico.webauthn.data 93 % 🟢 395 🔻 / 423 🔻 92 % 421 / 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: 45a4ca6 - Diff

Detailed reports: workflow run #285

Please sign in to comment.