Rector rule added to escape unsafe output in phtml files#472
Open
Jakhotiya wants to merge 4 commits intomagento:developmagento/magento-coding-standard:developfrom
Open
Rector rule added to escape unsafe output in phtml files#472Jakhotiya wants to merge 4 commits intomagento:developmagento/magento-coding-standard:developfrom
Jakhotiya wants to merge 4 commits intomagento:developmagento/magento-coding-standard:developfrom
Commits
Commits on Nov 15, 2023
This rule escapes output using ->escapeHtml output function. It should be run only in phtml files because right now it will do this for whichever php file you provide. That is untested. You can tak…
Show description for 8fb1e13committedAbhishek Jakhotiya
Commits on Nov 16, 2023
- committedAbhishek Jakhotiya
Commits on Nov 22, 2023
Added tests for different kind of expressions possible in echo statement.
Show description for 9780610committedAbhishek Jakhotiya- committedAbhishek Jakhotiya