CorvusPay WooCommerce Payment Gateway provides a completely integrated checkout experience between WooCommerce and CorvusPay.
Prioritized issue groups from the latest Plugin Check scan
Security
120
9 issue groups
Maintainability
35
12 issue groups
I18n
7
4 issue groups
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES[$parameter]
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$parameter]['name']. Check that the array index exists before using it.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$amount".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$amount'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CorvusPay_API".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WC_CORVUSPAY_FILE".
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "CorvusPay WooCommerce Payment Gateway" - contains the restricted term "woocommerce" which cannot be used within in your plugin name, unless your plugin name contains one of the allowed patterns: "for woocommerce", "with woocommerce", "using woocommerce", or "and woocommerce". The term must still not appear anywhere else in your name.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_gateway".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "corvuspay_modify_order_parameters".
Sample message
The $text parameter must be a single text string literal. Found: $name
Sample message
Mismatched text domain. Expected 'corvuspay-woocommerce-integration' but got 'woocommerce'.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1\$1s, %2\$2s", but got "%1s, %2s" in "You are not allowed to change order from %1s to %2s.".
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Unescaped parameter $corvuspay_order_number used in $wpdb->get_results()\n$corvuspay_order_number used without escaping.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$corvuspay_order_number} at "SELECT * FROM {$wpdb->prefix}postmeta WHERE meta_key = '_corvuspay_order_number' AND meta_value = '{$corvuspay_order_number}'"
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Potential connections found in static code analysis.
Outbound calls
17
External assets
0
Incoming endpoints
4
No external asset domains detected.
register_rest_route
register_rest_route
wp_ajax
wp_ajax
2 score snapshots
v2.7.6
37
Latest
v2.7.5
37
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 170 | 29 | 141 | v2.7.6 | 2.0.0 |
| 37 | 170 | 29 | 141 | v2.7.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.