We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b11c2b commit 0357208Copy full SHA for 0357208
Inpsyde/ruleset.xml
@@ -71,8 +71,8 @@
71
<rule ref="WordPress.VIP.SessionFunctionsUsage"/>
72
<rule ref="WordPress.VIP.SuperGlobalInputUsage"/>
73
<rule ref="WordPress.VIP.ValidatedSanitizedInput"/>
74
- <rule ref="WordPress.Security.EscapeOutput"/>
75
- <rule ref="WordPress.Security.NonceVerification"/>
+ <rule ref="WordPress.XSS.EscapeOutput"/>
+ <rule ref="WordPress.CSRF.NonceVerification"/>
76
<rule ref="WordPress.WP.AlternativeFunctions.curl"/>
77
<rule ref="WordPress.WP.DiscouragedConstants"/>
78
<rule ref="WordPress.WP.I18n"/>
0 commit comments