Fixed
Project:
Webauthn Framework
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 May 2026 at 03:59 UTC
Updated:
20 May 2026 at 04:33 UTC
Jump to comment: Most recent
------ ---------------------------------------------------------------------------------------------------------------------------
Line web/modules/contrib/webauthn_framework/src/Services/Webauthn.php
------ ---------------------------------------------------------------------------------------------------------------------------
146 Loose comparison via "==" between mixed and true is not allowed.
🪪 equal.notAllowed
💡 Use strict comparison via "===" instead.
222 Access to constant on deprecated class Webauthn\PublicKeyCredentialSource:
since 5.3, use CredentialRecord instead. Will be removed in 6.0.
🪪 classConstant.deprecatedClass
223 Instanceof references deprecated class Webauthn\PublicKeyCredentialSource:
since 5.3, use CredentialRecord instead. Will be removed in 6.0.
🪪 instanceof.deprecatedClass
255 Parameter $target of method Drupal\webauthn_framework\Services\Webauthn::serializePublicKeyCredential() has typehint with
deprecated class Webauthn\PublicKeyCredentialSource:
since 5.3, use CredentialRecord instead. Will be removed in 6.0.
🪪 parameter.deprecatedClass
255 Parameter $target of method Drupal\webauthn_framework\Services\Webauthn::serializePublicKeyCredential() has typehint with
deprecated class Webauthn\PublicKeyCredentialSource:
since 5.3, use CredentialRecord instead. Will be removed in 6.0.
🪪 parameter.deprecatedClass
------ ---------------------------------------------------------------------------------------------------------------------------
------ ---------------------------------------------------------------------------------------------------------------------------
Line web/modules/contrib/webauthn_framework/src/WebauthnInterface.php
------ ---------------------------------------------------------------------------------------------------------------------------
123 Parameter $target of method Drupal\webauthn_framework\WebauthnInterface::serializePublicKeyCredential() has typehint with
deprecated class Webauthn\PublicKeyCredentialSource:
since 5.3, use CredentialRecord instead. Will be removed in 6.0.
🪪 parameter.deprecatedClass
123 Parameter $target of method Drupal\webauthn_framework\WebauthnInterface::serializePublicKeyCredential() has typehint with
deprecated class Webauthn\PublicKeyCredentialSource:
since 5.3, use CredentialRecord instead. Will be removed in 6.0.
🪪 parameter.deprecatedClass
------ ---------------------------------------------------------------------------------------------------------------------------
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
ptmkenny commentedComment #5
ptmkenny commented