[webkit-changes] [WebKit/WebKit] b9ff70: [WebAuthn] Do not end ceremony if plugged in U2F c...
Pascoe
noreply at github.com
Mon Aug 7 14:28:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b9ff70d1e70e562a45676c604a12c79e6a65aad9
https://github.com/WebKit/WebKit/commit/b9ff70d1e70e562a45676c604a12c79e6a65aad9
Author: J Pascoe <j_pascoe at apple.com>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M Source/WebKit/UIProcess/WebAuthentication/fido/U2fAuthenticator.cpp
Log Message:
-----------
[WebAuthn] Do not end ceremony if plugged in U2F cannot fulfill the request.
https://bugs.webkit.org/show_bug.cgi?id=259662
rdar://112477660
Reviewed by Brent Fulgham.
These responses cause ceremonies to error out whenever an unsupported for the
operation U2F key is plugged in. We shouldn't end the ceremony just because
the plugged in U2F key is plugged in because the user could still plug in a different
key or use the platform authenticator.
* Source/WebKit/UIProcess/WebAuthentication/fido/U2fAuthenticator.cpp:
(WebKit::U2fAuthenticator::makeCredential):
(WebKit::U2fAuthenticator::getAssertion):
Canonical link: https://commits.webkit.org/266658@main
More information about the webkit-changes
mailing list