Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5ab8984adac5197eef752a7b6a82509db3efd3fe
https://github.com/WebKit/WebKit/commit/5ab8984adac5197eef752a7b6a82509db3efd3fe
Author: Pascoe <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes