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
Create fixture with following code:
<?= /* @noEscape */ json_encode($config) ?>
Run Magento2 Coding Standard against this code.
No issues detected. /* @noEscape */ is allowed. https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/templates/template-security.html
/* @noEscape */
WARNING | Unescaped output detected.
The text was updated successfully, but these errors were encountered:
Merge pull request #65 from magento-commerce/imported-svera-magento-c…
ec62c5c
…oding-standard-271 [Imported] Increased version to 10
lenaorobei
Successfully merging a pull request may close this issue.
Preconditions
Create fixture with following code:
Steps to reproduce
Run Magento2 Coding Standard against this code.
Expected result
No issues detected.
/* @noEscape */
is allowed.https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/templates/template-security.html
Actual result
WARNING | Unescaped output detected.
The text was updated successfully, but these errors were encountered: