Skip to content

Commit

Permalink
Add 'REVOKED' status to authenticator status checks (#645)
Browse files Browse the repository at this point in the history
This update includes the 'REVOKED' status in the list of valid authenticator status checks. It ensures proper handling and validation for revoked authenticators in metadata service processing.

Co-authored-by: Florent Morselli <[email protected]>
  • Loading branch information
marcriemer and Spomky authored Jan 4, 2025
1 parent 0f50b3f commit 430c57c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public function isCompromised(): bool
AuthenticatorStatus::USER_KEY_PHYSICAL_COMPROMISE,
AuthenticatorStatus::USER_KEY_REMOTE_COMPROMISE,
AuthenticatorStatus::USER_VERIFICATION_BYPASS,
AuthenticatorStatus::REVOKED,
], true);
}

Expand Down

0 comments on commit 430c57c

Please sign in to comment.