Skip to content

Commit 0357208

Browse files
committed
Use wpcs 0.14 naming for sniff
We will change later when new version of wpcs will be out
1 parent 6b11c2b commit 0357208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Inpsyde/ruleset.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
<rule ref="WordPress.VIP.SessionFunctionsUsage"/>
7272
<rule ref="WordPress.VIP.SuperGlobalInputUsage"/>
7373
<rule ref="WordPress.VIP.ValidatedSanitizedInput"/>
74-
<rule ref="WordPress.Security.EscapeOutput"/>
75-
<rule ref="WordPress.Security.NonceVerification"/>
74+
<rule ref="WordPress.XSS.EscapeOutput"/>
75+
<rule ref="WordPress.CSRF.NonceVerification"/>
7676
<rule ref="WordPress.WP.AlternativeFunctions.curl"/>
7777
<rule ref="WordPress.WP.DiscouragedConstants"/>
7878
<rule ref="WordPress.WP.I18n"/>

0 commit comments

Comments
 (0)