8000 Release v5.4.46 by fabpot · Pull Request #58777 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Release v5.4.46 #58777

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update CHANGELOG for 5.4.46
  • Loading branch information
fabpot committed Nov 6, 2024
commit 6ecaae103310b1d2fb427a01dbe5ceb7ffca29ba
18 changes: 18 additions & 0 deletions CHANGELOG-5.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ in 5.4 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v5.4.0...v5.4.1

* 5.4.46 (2024-11-06)

* bug #58772 [DoctrineBridge] Backport detection fix of Xml/Yaml driver in DoctrineExtension (MatTheCat)
* security #cve-2024-51736 [Process] Use PATH before CD to load the shell on Windows (nicolas-grekas)
* security #cve-2024-50342 [HttpClient] Filter private IPs before connecting when Host == IP (nicolas-grekas)
* security #cve-2024-50345 [HttpFoundation] Reject URIs that contain invalid characters (nicolas-grekas)
* security #cve-2024-50340 [Runtime] Do not read from argv on non-CLI SAPIs (wouterj)
* bug #58765 [VarDumper] fix detecting anonymous exception classes on Windows and PHP 7 (xabbuh)
* bug #58757 [RateLimiter] Fix DateInterval normalization (danydev)
* bug #58754 [Security] Store original token in token storage when implicitly exiting impersonation (wouterj)
* bug #58753 [Cache] Fix clear() when using Predis (nicolas-grekas)
* bug #58713 [Config] Handle Phar absolute path in `FileLocator` (alexandre-daubois)
* bug #58739 [WebProfilerBoundle] form data collector check passed and resolved options are defined (vltrof)
* bug #58752 [Process] Fix escaping /X arguments on Windows (nicolas-grekas)
* bug #58735 [Process] Return built-in cmd.exe commands directly in ExecutableFinder (Seldaek)
* bug #58723 [Process] Properly deal with not-found executables on Windows (nicolas-grekas)
* bug #58711 [Process] Fix handling empty path found in the PATH env var with ExecutableFinder (nicolas-grekas)

* 5.4.45 (2024-10-27)

* bug #58669 [Cache] Revert "Initialize RedisAdapter cursor to 0" (nicolas-grekas)
Expand Down
0