We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We developed Server using simpleWebAuthn(5.4.2) library. Test by FIDO Conformance Tools 1.7.2
And I found that library no algorithm check when the fmt value is 'packed' and the x5c value exists.
So there are successful cases even if the algorithm value not allowed in the fido2. ex) alg = -42
alg = -42
Can you give some suggestions to solve this?
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, I have a fix for it out in #251. I'll merge it later today and release this with the fix for #247.
Sorry, something went wrong.
The fix for this is now available in @simplewebauthn/[email protected].
Successfully merging a pull request may close this issue.
We developed Server using simpleWebAuthn(5.4.2) library. Test by FIDO Conformance Tools 1.7.2
And I found that library no algorithm check when the fmt value is 'packed' and the x5c value exists.
So there are successful cases even if the algorithm value not allowed in the fido2. ex)
alg = -42
Can you give some suggestions to solve this?
The text was updated successfully, but these errors were encountered: