diff options
author | Matthew Miller <matthew@millerti.me> | 2023-09-23 08:28:16 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-09-23 08:28:16 -0700 |
commit | d7396c1a8572d6c04b9dcdf6bcb99c817d458e92 (patch) | |
tree | 951f5f7fa46a25f703405d351aff36c2adf100af /packages/server/src/helpers/parseAuthenticatorData.test.ts | |
parent | b68c049f8043e4870eacfa46fc19ee5aa97cb3d4 (diff) |
Clarify some comments
Diffstat (limited to 'packages/server/src/helpers/parseAuthenticatorData.test.ts')
-rw-r--r-- | packages/server/src/helpers/parseAuthenticatorData.test.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/server/src/helpers/parseAuthenticatorData.test.ts b/packages/server/src/helpers/parseAuthenticatorData.test.ts index 4aa9802..e1f5be2 100644 --- a/packages/server/src/helpers/parseAuthenticatorData.test.ts +++ b/packages/server/src/helpers/parseAuthenticatorData.test.ts @@ -67,8 +67,9 @@ Deno.test('should parse extension data', () => { Deno.test('should parse malformed authenticator data from Firefox 117', () => { /** - * Firefox 117 seems to be incorrectly serializing authenticator data. See the following issues - * for more context (I've dealt with this issue before, over in the py_webauthn project): + * Firefox 117 is incorrectly serializing authenticator data, and using string values for kty and + * crv at the same time. See the following issues for more context (I've dealt with this issue + * before, over in the py_webauthn project): * * - https://github.com/duo-labs/py_webauthn/issues/175 * - https://github.com/mozilla/authenticator-rs/pull/292 |