Problem/Motivation
There's security releases
- https://github.com/symfony/symfony/releases/tag/v4.4.24
- https://github.com/symfony/symfony/releases/tag/v5.2.9
+------------------------------+---------+---------+
| Production Changes | From | To |
+------------------------------+---------+---------+
| symfony/console | v4.4.23 | v4.4.24 |
| symfony/dependency-injection | v4.4.23 | v4.4.24 |
| symfony/http-kernel | v4.4.23 | v4.4.24 |
| symfony/mime | v5.2.7 | v5.2.9 |
| symfony/routing | v4.4.22 | v4.4.24 |
| symfony/serializer | v4.4.22 | v4.4.24 |
| symfony/translation | v4.4.23 | v4.4.24 |
| symfony/validator | v4.4.22 | v4.4.24 |
| symfony/yaml | v4.4.22 | v4.4.24 |
+------------------------------+---------+---------+
+------------------------+---------+---------+
| Dev Changes | From | To |
+------------------------+---------+---------+
| symfony/browser-kit | v4.4.22 | v4.4.24 |
| symfony/css-selector | v4.4.22 | v4.4.24 |
| symfony/dom-crawler | v4.4.20 | v4.4.24 |
| symfony/finder | v4.4.23 | v4.4.24 |
| symfony/phpunit-bridge | v5.2.8 | v5.2.9 |
+------------------------+---------+---------+
Core should not be affected but security scanners will find it
Proposed resolution
COMPOSER_ROOT_VERSION=9.3.x-dev composer2 update symfony/*
Remaining tasks
- review/commit
- decide about backport to 9.2
User interface changes
no
API changes
no
Data model changes
no
Release notes snippet
no
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3215039-2.patch | 26.44 KB | andypost |
Comments
Comment #2
andypostComment #3
spokje- Getting the same changes as in the patch when I do
composer update symfony/*.- Unchanged
symfonydependencies are not re-released under thev4.4.24orv5.2.9security release.=============================================================+
RTBCfor me.Comment #4
alexpottSecurity scanners on projects I'm working on aren't being triggered - and that's because 4.4.24 is not a security release for any of the symfony components we use. It includes a security release of symfony/security but we do't use that. And reading the advisory https://github.com/advisories/GHSA-5pv8-ppvj-4h68 shows that this has been released 8 days ago.
Comment #5
alexpottComment #6
alexpottCommitted 0999af5 and pushed to 9.3.x. Thanks!
I've committed this to 9.3.x and will ask a release manager about backporting this to 9.2.x.
Comment #8
alexpottDiscussed with @catch and we agreed to put this in 9.2.x to stay up-to-date.
Committed 7b927eb and pushed to 9.2.x. Thanks!
Comment #10
alexpottDependency updates are tagged fro the release notes.