stable

Clone or download

Read-only

chore: request #38689 web-auth/webauthn-lib: 4.6.4 -> 4.9.0

No functional changes (and Tuleap use case is not impacted by CVE-2024-39912). Main changes: https://github.com/web-auth/webauthn-framework/releases/tag/4.9.0 https://github.com/web-auth/webauthn-framework/releases/tag/4.8.0 https://github.com/web-auth/webauthn-framework/releases/tag/4.7.0 Change-Id: Ie58b45e061ba8315fb2c92629dfab75b0c22ea0f

Modified Files

Name
M src/common/Request/RouteCollector.php +7 −1 Go to diff View file
M src/common/WebAuthn/Authentication/WebAuthnAuthentication.php +4 −5 Go to diff View file
M src/common/WebAuthn/Controllers/DeleteSourceController.php +1 −1 Go to diff View file
M src/common/WebAuthn/Controllers/PostAuthenticationChallengeController.php +1 −2 Go to diff View file
M src/common/WebAuthn/Controllers/PostRegistrationChallengeController.php +5 −4 Go to diff View file
M src/common/WebAuthn/Controllers/PostRegistrationController.php +6 −4 Go to diff View file
M src/common/WebAuthn/Source/AuthenticatorPresenter.php +1 −1 Go to diff View file
M src/common/WebAuthn/Source/WebAuthnCredentialSource.php +1 −1 Go to diff View file
M src/common/WebAuthn/Source/WebAuthnCredentialSourceDao.php +13 −13 Go to diff View file
M src/composer.lock +92 −173 Go to diff View file
M tests/integration/tests/WebAuthn/Source/WebAuthnCredentialSourceDaoTest.php +18 −18 Go to diff View file
M tests/lib/Stubs/WebAuthn/WebAuthnCredentialSourceDaoStub.php +5 −5 Go to diff View file
M tests/unit/common/WebAuthn/Controllers/DeleteSourceControllerTest.php +3 −3 Go to diff View file
M tests/unit/common/WebAuthn/Controllers/PostRegistrationControllerTest.php +7 −1 Go to diff View file