fix: move login validation to pro #597
phpcs.yml
on: pull_request
Run PHPCS inspection
7m 23s
Annotations
6 errors and 19 warnings
Run PHPCS inspection:
includes/Free/Simple_Login.php#L450
Detected usage of a non-sanitized input variable: $_POST['log']
|
Run PHPCS inspection:
includes/Free/Simple_Login.php#L451
$_POST['pwd'] not unslashed before sanitization. Use wp_unslash() or similar
|
Run PHPCS inspection:
includes/Free/Simple_Login.php#L451
Detected usage of a non-sanitized input variable: $_POST['pwd']
|
Run PHPCS inspection:
includes/Free/Simple_Login.php#L653
Expected 1 spaces before closing parenthesis; 0 found
|
Run PHPCS inspection:
includes/Free/Simple_Login.php#L654
Space found before semicolon; expected "return;" but found "return ;"
|
Run PHPCS inspection
Process completed with exit code 1.
|
Run PHPCS inspection
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, pat-s/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run PHPCS inspection
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, pat-s/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run PHPCS inspection
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run PHPCS inspection
Failed to download action 'https://api.github.com/repos/shivammathur/setup-php/tarball/c541c155eee45413f5b09a52248675b1a2575231'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
Run PHPCS inspection
Back off 18.942 seconds before retry.
|
Run PHPCS inspection
Failed to download action 'https://api.github.com/repos/shivammathur/setup-php/tarball/c541c155eee45413f5b09a52248675b1a2575231'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
Run PHPCS inspection
Back off 11.886 seconds before retry.
|
Run PHPCS inspection
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run PHPCS inspection
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run PHPCS inspection:
includes/Free/Simple_Login.php#L22
Property name "$_instance" should not be prefixed with an underscore to indicate visibility
|
Run PHPCS inspection:
includes/Free/Simple_Login.php#L125
Processing form data without nonce verification.
|
Run PHPCS inspection:
includes/Free/Simple_Login.php#L152
The method parameter $password is never used
|
Run PHPCS inspection:
includes/Free/Simple_Login.php#L153
Processing form data without nonce verification.
|
Run PHPCS inspection:
includes/Free/Simple_Login.php#L160
Processing form data without nonce verification.
|
Run PHPCS inspection:
includes/Free/Simple_Login.php#L161
Processing form data without nonce verification.
|
Run PHPCS inspection:
includes/Free/Simple_Login.php#L189
Code after the RETURN statement on line 188 cannot be executed
|
Run PHPCS inspection:
includes/Free/Simple_Login.php#L193
Code after the RETURN statement on line 192 cannot be executed
|
Run PHPCS inspection:
includes/Free/Simple_Login.php#L197
Code after the RETURN statement on line 196 cannot be executed
|
Run PHPCS inspection:
includes/Free/Simple_Login.php#L201
Code after the RETURN statement on line 200 cannot be executed
|