stable

Clone or download

Read-only

Merge commit 'refs/changes/29/31529/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: chore: request #38689 web-auth/webauthn-lib: 4.6.4 -> 4.9.0 Change-Id: I4f6884e7e8a1cf07795f28b385c202455bc5876a

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