Skip to content

[ExpressionLanguage] Remove misleading warning #19960

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions components/expression_language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,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
Loading