[webkit-changes] [WebKit/WebKit] 5ab898: Duplicate credential isn't deleted on same user ha...
Commit Queue
noreply at github.com
Fri Oct 13 11:17:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5ab8984adac5197eef752a7b6a82509db3efd3fe
https://github.com/WebKit/WebKit/commit/5ab8984adac5197eef752a7b6a82509db3efd3fe
Author: Pascoe <pascoe at apple.com>
Date: 2023-10-13 (Fri, 13 Oct 2023)
Changed paths:
M Source/WebKit/UIProcess/WebAuthentication/Cocoa/LocalAuthenticator.mm
Log Message:
-----------
Duplicate credential isn't deleted on same user handle when requested attestation is not none
https://bugs.webkit.org/show_bug.cgi?id=261349
rdar://problem/115188953
Reviewed by Brent Fulgham.
Previously, we would error out a request if we couldn't satisfy a given
attestation type for our platform authenticator. However, after our platform
authenticator stopped supporting attestation, we changed the behavior to
return a none attestation, but omitted the step of deleting any duplicate
credentials with the same user handle. This patch fixes that by deleting
the potential duplicate credential.
* Source/WebKit/UIProcess/WebAuthentication/Cocoa/LocalAuthenticator.mm
Canonical link: https://commits.webkit.org/269309@main
More information about the webkit-changes
mailing list