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-2024-50341: Security::login does not take into account custom user_checker

Affected versions

Symfony versions >=6.2, <6.4.10; >=7.0, <7.0.10; >=7.1, <7.1.3 of the Symfony SecurityBundle component are affected by this security issue.

The issue has been fixed in Symfony 6.4.10, 7.0.10, and 7.1.3.

Description

The custom user_checker defined on a firewall is not called when Login Programmaticaly with the Security::login method, leading to unwanted login.

Resolution

The Security::login method now ensure to call the configured user_checker.





New in Symfony 7.2: Template DX Improvements

Symfony 7.2 includes some DX (developer experience) improvements to make your
work easier in some tasks related to templates.





New in Symfony 7.2: Improved Translation Extractor

Symfony provides the translation:extract command to extract all
translatable content from Twig templates and PHP code (e.g. forms):





Symfony 7.2.0-BETA1 released

Symfony 7.2.0-BETA1 has just been released.
Here is the list of the most important changes since 7.1:





Symfony 7.1.6 released

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





Symfony 6.4.13 released

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





Symfony 5.4.45 released

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





New in Symfony 7.2: Mailer and Notifier Integrations

Symfony provides many ready-to-use integrations with third-party services to
send emails and notifications. From Google, Microsoft, and Amazon to smaller
services available only in certain countries, Symfony offers a variety of
integrations to enhance your productivity.
In Symfony 7.2 we've introduced some new integrations:
Notifier component: