Le SymfonyLive Paris 2022 est un événement de 4 jours destiné à la communauté francophone de Symfony. Nous avons le plaisir de vous retrouver cette année :
Le SymfonyLive Paris 2022 est un événement de 4 jours destiné à la communauté francophone de Symfony. Nous avons le plaisir de vous retrouver cette année :
I'm very happy to announce that the Symfony book, "The Fast Track", is now available for Symfony 5.4 and Symfony 6.0.
What's new? Besides updating the code to work with Symfony 5.4 and 6.0, many changes have been made:
Discover more talks and speakers selected for SymfonyLive Paris 2022, the Symfony conference organized in French on April 7-8 2022.
Twig is the fast, flexible, and secure template language for PHP. Twig syntax
has been designed to be concise and easy to learn. This allows Twig to be used
by all kinds of professionals, including designers, to build web sites.
This week, the upcoming Symfony 6.1 version deprecated the $defaultName property in Console commands and added a new cache:pool:invalidate-tags command to ease the management of cache pools. Meanwhile, we discussed about bumping PHP to 8.1 in Symfony 6.1.
First selected talks at SymfonyLive Paris 2022, discover the first talks scheduled at the French conference on April 7-8 2022.
We’re super excited with the upcoming conferences of 2022!
Currently, the Call for Papers for SymfonyWorld Online 2022 Summer Edition and SymfonyCon Disneyland Paris 2022 are both open. You can submit your talk and workshop proposals in English for both conferences:
This week, the upcoming Symfony 6.1 version added context builders to simplify the creation of serialization contexts. In addition, SymfonyCon announced that it's coming back as a physical conference at Disneyland Paris later this year (November 15-18, 2022).
Affected versions
Twig >2.0.0,<2.14.11 || >3.0.0,<3.3.8 are affected by this security issue. Twig 1.x is not affected as the "sort" filter does not allow an arrow function in that version.
The issue has been fixed in Twig 2.14.11 and 3.3.8.
Description
When in a sandbox mode, the arrow
parameter of the sort
filter must be a closure to avoid attackers being able to run arbitrary PHP functions.