Skip to content

Commit 2d7a29a

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: Remove misleading warning
2 parents 617041d + 506830a commit 2d7a29a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

components/expression_language.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,6 @@ expressions (e.g. the request, the current user, etc.):
138138
* :doc:`Variables available in service container expressions </service_container/expression_language>`;
139139
* :ref:`Variables available in routing expressions <routing-matching-expressions>`.
140140

141-
.. caution::
142-
143-
When using variables in expressions, avoid passing untrusted data into the
144-
array of variables. If you can't avoid that, sanitize non-alphanumeric
145-
characters in untrusted data to prevent malicious users from injecting
146-
control characters and altering the expression.
147-
148141
.. _expression-language-caching:
149142

150143
Caching

0 commit comments

Comments
 (0)