summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/parseAuthenticatorData.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/server/src/helpers/parseAuthenticatorData.test.ts')
-rw-r--r--packages/server/src/helpers/parseAuthenticatorData.test.ts5
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