- From: Emil Lundberg <noreply@github.com>
- Date: Wed, 15 May 2024 13:21:40 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/issue-2065-long-long Home: https://github.com/w3c/webauthn Commit: c8eeef556d37ae18477711fb51447a001701ead9 https://github.com/w3c/webauthn/commit/c8eeef556d37ae18477711fb51447a001701ead9 Author: Emil Lundberg <emil@yubico.com> Date: 2024-05-15 (Wed, 15 May 2024) Changed paths: M index.bs Log Message: ----------- 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. To unsubscribe from these emails, change your notification settings at https://github.com/w3c/webauthn/settings/notifications
Received on Wednesday, 15 May 2024 20:21:44 UTC