Kategorie: Symfony
Two weeks left before SymfonyWorld Online 2021 Winter Edition, book your ticket now!
The SymfonyWorld Online 2021 Winter Edition conference will take place in just two weeks, on December 9-10, 2021.…
New in Symfony 5.4: Messenger Improvements
Configurable handlers with PHP attributes Contributed by Alireza Mirsepassi in #43588. PHP attributes are a great way of…
CVE-2021-41268: Remember me cookie persistance after password changes
Description Since the rework of the Remember me cookie in Symfony 5.3, the cookie is not invalidated anymore…
CVE-2021-41267: Webcache Poisoning via X-Forwarded-Prefix and sub-request
Description When a Symfony application is running behind a proxy or a load-balancer, you can tell Symfony to…
CVE-2021-41270: Prevent CSV Injection via formulas
Description CSV Injection, also known as Formula Injection, occurs when websites embed untrusted input inside CSV files. When…
Symfony 6.0.0-RC1 released
Symfony 6.0.0-RC1 has just been released. Here is a list of the most important changes: security #cve-2021-41268 [SecurityBundle]…
Symfony 5.4.0-RC1 released
Symfony 5.4.0-RC1 has just been released. Here is a list of the most important changes: security #cve-2021-41268 [SecurityBundle]…
Symfony 5.3.12 released
Symfony 5.3.12 has just been released. Here is a list of the most important changes: security #cve-2021-41268 [SecurityBundle]…
Symfony 4.4.35 released
Symfony 4.4.35 has just been released. Here is a list of the most important changes: security #cve-2021-41270 [Serializer]…
New in Symfony 5.4: DependencyInjection Improvements
Inject tagged services in service locators Contributed by Ion Bazan in #43015. In Symfony 5.4 you can use…