Skip to content

Commit

Permalink
Add 'REVOKED' status to authenticator status checks
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.
  • Loading branch information
Spomky committed Jan 4, 2025
1 parent 0f50b3f commit a83041a
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 a83041a

Please sign in to comment.