Skip to content

Commit

Permalink
Merge pull request #241 from magento-commerce/imported-pykettk-magent…
Browse files Browse the repository at this point in the history
…o-coding-standard-442

[Imported] Make Unescaped Output Fail With Error Severity 10
  • Loading branch information
sidolov authored Sep 20, 2023
2 parents b7bf3fb + ed981cf commit 6197724
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Magento2/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@
<severity>10</severity>
<type>error</type>
</rule>
<rule ref="Magento2.Security.XssTemplate.FoundUnescaped">
<severity>10</severity>
<type>error</type>
</rule>
<rule ref="PSR1.Classes.ClassDeclaration">
<severity>10</severity>
<type>error</type>
Expand Down

0 comments on commit 6197724

Please sign in to comment.