Skip to content

Release 1.15.0

Release 1.15.0 #208

Triggered via pull request October 4, 2024 09:17
@sumaisa-mousumaisa-mou
synchronize #358
develop
Status Success
Total duration 2m 31s
Artifacts

phpcs.yml

on: pull_request
Run PHPCS inspection
2m 23s
Run PHPCS inspection
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
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 use a deprecated Node.js version 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
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/Admin/Menu.php#L49
base64_encode() can be used to obfuscate code which is strongly discouraged. Please verify that the function is used for benign reasons.
Run PHPCS inspection: includes/Admin/Admin.php#L48
Processing form data without nonce verification.
Run PHPCS inspection: includes/Core/Form/Form.php#L39
Use placeholders and $wpdb->prepare(); found $query
Run PHPCS inspection: includes/Core/Form/Form.php#L180
Replacement variables found, but no valid placeholders found in the query.
Run PHPCS inspection: includes/Core/Form/Form.php#L182
Use placeholders and $wpdb->prepare(); found $statement
Run PHPCS inspection: includes/Core/Campaign/Campaign.php#L65
It is recommended not to use reserved keyword "include" as function parameter name. Found: $include
Run PHPCS inspection: includes/Admin/ReviewNotice.php#L164
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Run PHPCS inspection: includes/Admin/FormPreview.php#L23
Processing form data without nonce verification.
Run PHPCS inspection: includes/Admin/FormPreview.php#L23
Processing form data without nonce verification.
Run PHPCS inspection: includes/Admin/FormPreview.php#L24
Processing form data without nonce verification.