[5.2] [Security] Composer update symfony/http-client and symfony/process to version 6.4.15 #44805
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request for Issue # .
Summary of Changes
This pull request (PR) updates the indirect composer dependencies "symfony/http-client" and "symfony/process", both to version 6.4.15, in order to fix 2 security vulnerability advisories (one low and one high severity) from
composer audit
.When this PR is applied there is one medium severity security vulnerability advisory from
composer audit
remaining which is not fixed by this PR. To fix that would require to update "web-auth/webauthn-lib" to version 4.9.0 (or newer), but this would break our webauthn system plugin."symfony/http-client" is updated from version 6.4.11.
It is used by the "web-token/jwt-library" direct dependency and as indirect developer dependency. Change log:
v6.4.12
CURLMOPT_MAXCONNECTS
symfony/symfony#58278parse_url()
bug symfony/symfony#58218v6.4.13
v6.4.14
v6.4.15
"symfony/process" is updated from version 6.4.8.
It is used only as an indirect development dependency. Change log:
v6.4.12
PhpSubprocess
symfony/symfony#58195v6.4.13
v6.4.14
v6.4.15
(There were no versions 6.4.9 to 6.4.11.)
Testing Instructions
This test requires a composer version 2.4 or newer and a git clone of this repository.
For the actual result, run
composer install
and thencomposer audit
in a command shell window in the root folder of your git clone on the current 5.2-dev branch of this repository.For the expected result, run
composer install
and thencomposer audit
on a branch with this PR applied.You can create such a branch in your git clone and then check out that branch with the following commands, assuming that you have a git clone of your fork of this repository, and
upstream
is the remote for this repository here:If you git clone is a clone of this repository here and not of your fork, replace the
upstream
byorigin
in the first command.After that, run
Actual result BEFORE applying this Pull Request
composer install
succeeds, no errors or warning.composer audit
result:Expected result AFTER applying this Pull Request
composer install
succeeds, no errors or warning.composer audit
result:To fix the remaining advisory it would need to update "web-auth/webauthn-lib" to version 4.9.0 (or newer), which would also remove the abandoned "web-auth/metadata-service" package, but this would break our webauthn system plugin as that still uses the abandoned package.
Link to documentations
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed