Skip to content

Commit fa16d24

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Remove misleading warning
2 parents a2c5f70 + 2d7a29a commit fa16d24

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

components/expression_language.rst

-7
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)