Skip to content

Commit 430c57c

Browse files
marcriemerSpomky
andauthored
Add 'REVOKED' status to authenticator status checks (#645)
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]>
1 parent 0f50b3f commit 430c57c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webauthn/src/MetadataService/Statement/StatusReport.php

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public function isCompromised(): bool
6363
AuthenticatorStatus::USER_KEY_PHYSICAL_COMPROMISE,
6464
AuthenticatorStatus::USER_KEY_REMOTE_COMPROMISE,
6565
AuthenticatorStatus::USER_VERIFICATION_BYPASS,
66+
AuthenticatorStatus::REVOKED,
6667
], true);
6768
}
6869

0 commit comments

Comments
 (0)