We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in src/Acme/DemoBundle/Resources/views/layout.html.twig, line 34
Using the |raw filter or the {% autoescape false %} block in a Twig template exposes users to Cross-Site Scripting (XSS) attacks
|raw
{% autoescape false %}
</div> {% if code is defined %} <h2>Code behind this page</h2><div class="block"><div class="symfony-content">{{ code|raw }}</div></div> {% endif %} {% endblock %}
Posted from SensioLabsInsight
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in src/Acme/DemoBundle/Resources/views/layout.html.twig, line 34
Posted from SensioLabsInsight
The text was updated successfully, but these errors were encountered: