New issue
Advanced search Search tips

Issue 874479 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

CtapGetAssertionRequest::allow_list is set to empty list if `allowCredential` undefined

Project Member Reported by engedy@chromium.org, Aug 15

Issue description

Due to the Mojo struct member being non-optional, the CtapGetAssertionRequest::allow_list is set to empty list even if `allowCredential` undefined.

Ideally, |allow_list| should be made non-optional -- neither the WebAuthn, nor the CTAP2 differentaties between the list missing and being empty.
 

Sign in to add a comment