[webkit-changes] [WebKit/WebKit] 8f9dcf: WebAuthn requests that explicitly specify all non-...
Commit Queue
noreply at github.com
Wed Jun 26 09:25:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8f9dcfc9be05ed0259bd12b4e1e5cbf28c192ae9
https://github.com/WebKit/WebKit/commit/8f9dcfc9be05ed0259bd12b4e1e5cbf28c192ae9
Author: Garrett Davidson <garrett_davidson at apple.com>
Date: 2024-06-26 (Wed, 26 Jun 2024)
Changed paths:
M Source/WebKit/UIProcess/WebAuthentication/Cocoa/WebAuthenticatorCoordinatorProxy.mm
Log Message:
-----------
WebAuthn requests that explicitly specify all non-hybrid transports should not offer hybrid
rdar://130446659
Reviewed by Pascoe.
For WebAuthn requests where an allow list is used, if every credential in the allow list
specifies non-empty transports, and none of transports contain hybrid, we shoudn't offer
hybrid as an option.
* Source/WebKit/UIProcess/WebAuthentication/Cocoa/WebAuthenticatorCoordinatorProxy.mm:
(WebKit::allowsHybrid):
(WebKit::WebAuthenticatorCoordinatorProxy::requestsForAssertion):
Canonical link: https://commits.webkit.org/280377@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list