Skip to content

Commit

Permalink
Merge pull request #824 from Automattic/rm/WordPress-security
Browse files Browse the repository at this point in the history
Disable WordPress.Security.EscapeOutput.ExceptionNotEscaped
  • Loading branch information
rebeccahum authored Jul 31, 2024
2 parents 9e91528 + ff19bbb commit 72ec09b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WordPress-VIP-Go/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,7 @@
<rule ref="WordPress.WP.AlternativeFunctions.file_system_operations_fclose">
<severity>0</severity>
</rule>

<rule ref="WordPress.Security.EscapeOutput.ExceptionNotEscaped">
<severity>0</severity>
</rule>
</ruleset>

0 comments on commit 72ec09b

Please sign in to comment.