[5.2] [Security] Composer update symfony/http-client and symfony/process to version 6.4.15#44805
Merged
Hackwar merged 2 commits intojoomla:5.2-devfrom Feb 2, 2025
Merged
Conversation
Contributor
|
I have tested this item ✅ successfully on a893315 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44805. |
Member
|
Since this is a security update and "just" a dependency update without custom code and it has been tested by the head of JSST, I'm overruling the 2 tests criteria here and merge this as is. Thank you for this contribution. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 auditremaining 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_MAXCONNECTSsymfony/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
PhpSubprocesssymfony/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 installand thencomposer auditin 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 installand thencomposer auditon 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
upstreamis the remote for this repository here:If you git clone is a clone of this repository here and not of your fork, replace the
upstreambyoriginin the first command.After that, run
Actual result BEFORE applying this Pull Request
composer installsucceeds, no errors or warning.composer auditresult:Expected result AFTER applying this Pull Request
composer installsucceeds, no errors or warning.composer auditresult: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