Conversation
ariskataoka
left a comment
There was a problem hiding this comment.
phpcs scanning turned up:
🚫 7 errors
hashes-api-scanning skipped
| @@ -0,0 +1,17 @@ | |||
| <?php | |||
|
|
|||
| echo $_POST[ 'phpcs should catch this problem' ]; | |||
There was a problem hiding this comment.
| @@ -0,0 +1,17 @@ | |||
| <?php | |||
|
|
|||
| echo $_POST[ 'phpcs should catch this problem' ]; | |||
There was a problem hiding this comment.
🚫 Error: All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_POST['phpcs should catch this problem']' (WordPress.Security.EscapeOutput.OutputNotEscaped).
| @@ -0,0 +1,17 @@ | |||
| <?php | |||
|
|
|||
| echo $_POST[ 'phpcs should catch this problem' ]; | |||
There was a problem hiding this comment.
🚫 Error: Processing form data without nonce verification (WordPress.Security.NonceVerification.Missing).
| @@ -0,0 +1,17 @@ | |||
| <?php | |||
|
|
|||
| echo $_POST[ 'phpcs should catch this problem' ]; | |||
There was a problem hiding this comment.
🚫 Error: Detected usage of a possibly undefined superglobal array index: $_POST['phpcs should catch this problem']. Use isset() or empty() to check the index exists before using it (WordPress.Security.ValidatedSanitizedInput.InputNotValidated).
|
|
||
|
|
||
|
|
||
| echo 'linter will catch this fatal; |
There was a problem hiding this comment.
🚫 Error: PHP syntax error: syntax error, unexpected ''linter will catch this fatal;' (T_ENCAPSED_AND_WHITESPACE) (Generic.PHP.Syntax.PHPSyntax).
| @@ -0,0 +1,8 @@ | |||
| <?php | |||
|
|
|||
| echo $_POST[ 'phpcs should catch this problem' ]; | |||
There was a problem hiding this comment.
| @@ -0,0 +1,8 @@ | |||
| <?php | |||
|
|
|||
| echo $_POST[ 'phpcs should catch this problem' ]; | |||
There was a problem hiding this comment.
🚫 Error: All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_POST['phpcs should catch this problem']' (WordPress.Security.EscapeOutput.OutputNotEscaped).
| @@ -0,0 +1,8 @@ | |||
| <?php | |||
|
|
|||
| echo $_POST[ 'phpcs should catch this problem' ]; | |||
There was a problem hiding this comment.
🚫 Error: Processing form data without nonce verification (WordPress.Security.NonceVerification.Missing).
| @@ -0,0 +1,8 @@ | |||
| <?php | |||
|
|
|||
| echo $_POST[ 'phpcs should catch this problem' ]; | |||
There was a problem hiding this comment.
🚫 Error: Detected usage of a possibly undefined superglobal array index: $_POST['phpcs should catch this problem']. Use isset() or empty() to check the index exists before using it (WordPress.Security.ValidatedSanitizedInput.InputNotValidated).
955008c to
44a73c0
Compare
4b49f6c to
1d23f43
Compare
ariskataoka
left a comment
There was a problem hiding this comment.
phpcs scanning turned up:
🚫 7 errors
hashes-api-scanning skipped
| @@ -0,0 +1,17 @@ | |||
| <?php | |||
|
|
|||
| echo $_POST[ 'phpcs should catch this problem' ]; | |||
There was a problem hiding this comment.
| @@ -0,0 +1,17 @@ | |||
| <?php | |||
|
|
|||
| echo $_POST[ 'phpcs should catch this problem' ]; | |||
There was a problem hiding this comment.
🚫 Error: All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_POST['phpcs should catch this problem']' (WordPress.Security.EscapeOutput.OutputNotEscaped).
| @@ -0,0 +1,17 @@ | |||
| <?php | |||
|
|
|||
| echo $_POST[ 'phpcs should catch this problem' ]; | |||
There was a problem hiding this comment.
🚫 Error: Processing form data without nonce verification (WordPress.Security.NonceVerification.Missing).
| @@ -0,0 +1,17 @@ | |||
| <?php | |||
|
|
|||
| echo $_POST[ 'phpcs should catch this problem' ]; | |||
There was a problem hiding this comment.
🚫 Error: Detected usage of a possibly undefined superglobal array index: $_POST['phpcs should catch this problem']. Use isset() or empty() to check the index exists before using it (WordPress.Security.ValidatedSanitizedInput.InputNotValidated).
|
|
||
|
|
||
|
|
||
| echo 'linter will catch this fatal; |
There was a problem hiding this comment.
🚫 Error: PHP syntax error: syntax error, unexpected ''linter will catch this fatal;' (T_ENCAPSED_AND_WHITESPACE) (Generic.PHP.Syntax.PHPSyntax).
| @@ -0,0 +1,8 @@ | |||
| <?php | |||
|
|
|||
| echo $_POST[ 'phpcs should catch this problem' ]; | |||
There was a problem hiding this comment.
| @@ -0,0 +1,8 @@ | |||
| <?php | |||
|
|
|||
| echo $_POST[ 'phpcs should catch this problem' ]; | |||
There was a problem hiding this comment.
🚫 Error: All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_POST['phpcs should catch this problem']' (WordPress.Security.EscapeOutput.OutputNotEscaped).
| @@ -0,0 +1,8 @@ | |||
| <?php | |||
|
|
|||
| echo $_POST[ 'phpcs should catch this problem' ]; | |||
There was a problem hiding this comment.
🚫 Error: Processing form data without nonce verification (WordPress.Security.NonceVerification.Missing).
| @@ -0,0 +1,8 @@ | |||
| <?php | |||
|
|
|||
| echo $_POST[ 'phpcs should catch this problem' ]; | |||
There was a problem hiding this comment.
🚫 Error: Detected usage of a possibly undefined superglobal array index: $_POST['phpcs should catch this problem']. Use isset() or empty() to check the index exists before using it (WordPress.Security.ValidatedSanitizedInput.InputNotValidated).
ariskataoka
left a comment
There was a problem hiding this comment.
hashes-api-scanning skipped
skipped-files
Maximum number of lines exceeded (7):
- GoogleAtom.php
- MySuccessClass.php
- MySuccessClass2.php
- tests1/myfile1.php
- tests1/myfile2.php
Note that the above file(s) were not analyzed due to their length.
ariskataoka
left a comment
There was a problem hiding this comment.
hashes-api-scanning skipped
skipped-files
Maximum number of lines exceeded (7):
- GoogleAtom.php
- MySuccessClass.php
- MySuccessClass2.php
- tests1/myfile1.php
- tests1/myfile2.php
Note that the above file(s) were not analyzed due to their length.
ariskataoka
left a comment
There was a problem hiding this comment.
hashes-api-scanning skipped
skipped-files
Maximum number of lines exceeded (7):
- GoogleAtom.php
- MySuccessClass.php
- MySuccessClass2.php
- tests1/myfile1.php
- tests1/myfile2.php
Note that the above file(s) were not analyzed due to their length.
ariskataoka
left a comment
There was a problem hiding this comment.
hashes-api-scanning skipped
skipped-files
Maximum number of lines exceeded (7):
Note that the above file(s) were not analyzed due to their length.
ariskataoka
left a comment
There was a problem hiding this comment.
hashes-api-scanning skipped
No description provided.