Commit f5804be
committed
Merge branch '6.4' into 7.4
* 6.4:
[FrameworkBundle] Allow to pass `doctrine_open_transaction_logger`’s entity manager name positionally
[Scheduler] Recover pending RecurringMessages after consumer stops midway
[SecurityBundle] Fix Security::login() across firewalls
[Routing][RateLimiter][Mime][Security] Harden __unserialize against __toString trampolines
[Security] Initialize lazy users before serializing them in the session
[Process] Stop leaking CGI/FastCGI request-context vars to subprocesses
[Runtime] Trust argv on CLI-like SAPIs to fix subprocess args
[Mailer] Harden default IP allowlist for Postmark and Brevo webhook parsers
[Cache] Accept '_' and ':' in prefix passed to AbstractAdapter::clear()
[HtmlSanitizer] Honor universal attribute sanitizers, apply maxInputLength to text contexts, document forceAttribute and allowAttribute caveats
[Translation] Don’t check the error message to know if Lokalise keys are missing
[AssetMapper] Rewrite relative paths in `export ... from` statements
[Yaml] Allow trailing newlines after the end-of-document marker
[HttpKernel][WebProfilerBundle] Check logs priority name for both `WARNING` and `warning`
Update VERSION for 5.4.52
Update CHANGELOG for 5.4.52
Add additional exclude paths for tests
# Conflicts:
# src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
# src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/PhpFrameworkExtensionTest.php
# src/Symfony/Bundle/SecurityBundle/Security.php
# src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php
# src/Symfony/Component/HtmlSanitizer/HtmlSanitizer.php
# src/Symfony/Component/RateLimiter/Tests/Policy/SlidingWindowTest.php
# src/Symfony/Component/Routing/Tests/RouteTest.php
# src/Symfony/Component/Runtime/SymfonyRuntime.php
# src/Symfony/Component/Scheduler/Tests/Generator/MessageGeneratorTest.php
# src/Symfony/Component/Security/Http/Tests/Firewall/ContextListenerTest.php
# src/Symfony/Component/Translation/Bridge/Lokalise/Tests/LokaliseProviderTest.php1 file changed
Lines changed: 29 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1689 | 1689 | | |
1690 | 1690 | | |
1691 | 1691 | | |
| 1692 | + | |
1692 | 1693 | | |
1693 | | - | |
| 1694 | + | |
| 1695 | + | |
| 1696 | + | |
| 1697 | + | |
| 1698 | + | |
| 1699 | + | |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
| 1705 | + | |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
| 1710 | + | |
| 1711 | + | |
| 1712 | + | |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
| 1720 | + | |
| 1721 | + | |
1694 | 1722 | | |
1695 | 1723 | | |
1696 | 1724 | | |
| |||
0 commit comments