File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ $external_resource = file_get_contents( $test ); // Warning + Message.
6767$ file_content = file_get_contents ( 'my-file.svg ' ); // Ok.
6868wpcom_vip_file_get_contents ( $ bar ); // Ok.
6969
70- // WordPress.Security.NonceVerification.NoNonceVerification
70+ // WordPress.Security.NonceVerification (inherited from parent)
7171function bar_foo () {
7272 if ( ! isset ( $ _POST ['test ' ] ) ) { // Error.
7373 return ;
Original file line number Diff line number Diff line change 121121
122122
123123 <!-- Warnings and other things -->
124- <rule ref =" WordPress.Security.NonceVerification.NoNonceVerification" >
125- <!-- Needs a manual check -->
126- <type >warning</type >
127- <severity >10</severity >
128- </rule >
129124 <rule ref =" WordPress.Security.ValidatedSanitizedInput.InputNotSanitized" >
130125 <!-- Needs a manual check -->
131126 <type >warning</type >
You can’t perform that action at this time.
0 commit comments