Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

CVE-2023-46734: Potential XSS vulnerabilities in CodeExtension filters

Affected versions
Symfony versions >=2.0.0,<4.4.51, >=5.0.0,<5.4.31, and =6.0.0,<6.3.8 of the
Symfony Twig Bridge are affected by this security issue.
The issue has been fixed in Symfony 4.4.51, 5.4.31, 6.3.8. All other versions are not maintained anymore.





CVE-2023-46733: Possible session fixation

Affected versions
Symfony versions >=5.4.21, <5.4.31, and >= 6.2.7, < 6.3.8 of the Symfony
Security HTTP component are affected by this security issue.
The issue has been fixed in Symfony 5.4.31, 6.3.8.





Symfony 6.3.8 released

Symfony 6.3.8 has just been released.
Here is the list of the most important changes since 6.3.7:





Symfony 5.4.31 released

Symfony 5.4.31 has just been released.
Here is the list of the most important changes since 5.4.30:





Symfony 4.4.51 released

Symfony 4.4.51 has just been released.
Here is the list of the most important changes since 4.4.50:





New in Symfony 6.4: More Testing Assertions

Symfony provides custom assertions to simplify your tests. They are optional,
but we recommend to use them to make your tests easier to maintain. For example:





Symfony is all about its community

The Symfony team is deeply saddened by the recent events in Palestine and Israel. We hope that peace will come as soon as possible. We affirm our solidarity with the developers suffering this terrible situation, and more broadly with all the victims of massacres and war.
We develop free software and the web because we believe in friendship between peoples, in international solidarity, in the sharing of knowledge, in mutual respect and openness.
Our thoughts also go out to the people suffering in too many other regions of the world where wars are rampant.





New in Symfony 6.4: Build Dir Improvements

In Symfony applications, the kernel.build_dir option defines the directory where
read-only contents are generated during the compilation of the application. In
Symfony 6.4 we've made some improvements related to it.