- From: Emil Lundberg via GitHub <sysbot+gh@w3.org>
- Date: Thu, 11 Jul 2024 12:54:11 +0000
- To: public-webauthn@w3.org
The following commits were just pushed by emlun to https://github.com/w3c/webauthn: * Fix type of AuthenticatorAttestationResponseJSON.publicKeyAlgorithm Fixes https://github.com/w3c/webauthn/issues/2065. `AuthenticatorAttestationResponseJSON` was added in the L3 drafts, so we can easily change `AuthenticatorAttestationResponseJSON.publicKeyAlgorithm` to type `long` (or `COSEAlgorithmIdentifier`) since L3 isn't formally released yet. `AuthenticatorAttestationResponseJSON.publicKeyAlgorithm` is also in output (covariant) position, so changing its type to be more restrictive is even backwards compatible. by Emil Lundberg https://github.com/w3c/webauthn/commit/c8eeef556d37ae18477711fb51447a001701ead9 * Merge pull request #2071 from w3c/issue-2065-long-long Fix type of AuthenticatorAttestationResponseJSON.publicKeyAlgorithm by Emil Lundberg https://github.com/w3c/webauthn/commit/80371a49e8a3edb8cb2d89e58df96b0b0850f190 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 11 July 2024 12:54:12 UTC