Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  Remove misleading warning
  • Loading branch information
javiereguiluz committed Jun 26, 2024
2 parents 617041d + 506830a commit 2d7a29a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions components/expression_language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,6 @@ expressions (e.g. the request, the current user, etc.):
* :doc:`Variables available in service container expressions </service_container/expression_language>`;
* :ref:`Variables available in routing expressions <routing-matching-expressions>`.

.. caution::

When using variables in expressions, avoid passing untrusted data into the
array of variables. If you can't avoid that, sanitize non-alphanumeric
characters in untrusted data to prevent malicious users from injecting
control characters and altering the expression.

.. _expression-language-caching:

Caching
Expand Down

0 comments on commit 2d7a29a

Please sign in to comment.