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.
2 parents 02cd0cf + 0144a75 commit dae25e2Copy full SHA for dae25e2
Inpsyde/ruleset.xml
@@ -64,9 +64,9 @@
64
<rule ref="WordPress.VIP.SessionVariableUsage"/>
65
<rule ref="WordPress.VIP.SessionFunctionsUsage"/>
66
<rule ref="WordPress.VIP.SuperGlobalInputUsage"/>
67
- <rule ref="WordPress.VIP.ValidatedSanitizedInput"/>
68
- <rule ref="WordPress.XSS.EscapeOutput"/>
69
- <rule ref="WordPress.CSRF.NonceVerification"/>
+ <rule ref="WordPress.Security.ValidatedSanitizedInput"/>
+ <rule ref="WordPress.Security.EscapeOutput"/>
+ <rule ref="WordPress.Security.NonceVerification"/>
70
<rule ref="WordPress.WP.AlternativeFunctions.curl"/>
71
<rule ref="WordPress.WP.DiscouragedConstants"/>
72
<rule ref="WordPress.WP.I18n"/>
0 commit comments