Skip to content

Commit 72ec09b

Browse files
authored
Merge pull request #824 from Automattic/rm/WordPress-security
Disable WordPress.Security.EscapeOutput.ExceptionNotEscaped
2 parents 9e91528 + ff19bbb commit 72ec09b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: WordPress-VIP-Go/ruleset.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -251,5 +251,7 @@
251251
<rule ref="WordPress.WP.AlternativeFunctions.file_system_operations_fclose">
252252
<severity>0</severity>
253253
</rule>
254-
254+
<rule ref="WordPress.Security.EscapeOutput.ExceptionNotEscaped">
255+
<severity>0</severity>
256+
</rule>
255257
</ruleset>

0 commit comments

Comments
 (0)