Skip to content

Commit 0144a75

Browse files
authored
Merge pull request #15 from widoz/master
Fix naming of referenced WP security rules.
2 parents 051fa78 + 2d1f481 commit 0144a75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Inpsyde/ruleset.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
<rule ref="WordPress.VIP.SessionVariableUsage"/>
6565
<rule ref="WordPress.VIP.SessionFunctionsUsage"/>
6666
<rule ref="WordPress.VIP.SuperGlobalInputUsage"/>
67-
<rule ref="WordPress.VIP.ValidatedSanitizedInput"/>
68-
<rule ref="WordPress.XSS.EscapeOutput"/>
69-
<rule ref="WordPress.CSRF.NonceVerification"/>
67+
<rule ref="WordPress.Security.ValidatedSanitizedInput"/>
68+
<rule ref="WordPress.Security.EscapeOutput"/>
69+
<rule ref="WordPress.Security.NonceVerification"/>
7070
<rule ref="WordPress.WP.AlternativeFunctions.curl"/>
7171
<rule ref="WordPress.WP.DiscouragedConstants"/>
7272
<rule ref="WordPress.WP.I18n"/>

0 commit comments

Comments
 (0)