Worldline GoPay for WooCommerce
Prioritized issue groups from the latest Plugin Check scan
Maintainability
175
12 issue groups
Security
87
9 issue groups
I18n
11
4 issue groups
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Can't retrieve captured amount. Webhook: {$webhook->id}"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$availableCents".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$label'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$action".
Sample message
The "syde.return" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['icon_files']
Sample message
$_POST['amount'] not unslashed before sanitization. Use wp_unslash() or similar
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
Detected usage of meta_query, possible slow query.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Mismatched text domain. Expected 'worldline-for-woocommerce' but got 'ddev-wordpress-plugin-example'.
Sample message
Unescaped parameter $table used in $wpdb->get_var()
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$table} at "DROP TABLE IF EXISTS `{$table}`"
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['logo_file']['error']. Check that the array index exists before using it.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The $text parameter must be a single text string literal. Found: $config['GATEWAY_METHOD_TITLE']
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
Attempting a database schema change is discouraged.
Potential connections found in static code analysis.
Outbound calls
87
External assets
0
Incoming endpoints
10
No external asset domains detected.
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
4 score snapshots
v2.5.27
29
Latest
v2.5.25
32
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 29 | 281 | 167 | 114 | v2.5.27 | 2.0.0 |
| 32 | 237 | 160 | 77 | v2.5.25 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.