Montonio is a complete checkout solution for online stores that includes all popular payment methods (local banks, card payments, Apple Pay, Google Pa …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
178
12 issue groups
Security
126
12 issue groups
I18n
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$carrier_name".
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Key '$key' was not found."'.
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
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "woocommerce_get_return_url".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$table_main} at "CREATE TABLE {$table_temp} LIKE {$table_main}"
Sample message
Attempting a database schema change is discouraged.
Sample message
$_POST['carrier'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
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.
Sample message
Detected usage of a non-sanitized input variable: $_GET['error-message']
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$method_count'.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $table_name used in $wpdb->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: "collect_error_messages".
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 $sql used in $wpdb->query()\n$sql assigned unsafely at line 360.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AbstractMontonioPaymentMethodBlock".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['nonce']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Potential connections found in static code analysis.
Outbound calls
64
External assets
0
Incoming endpoints
14
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
4 score snapshots
v10.3.2
34
Latest
v10.3.1
34
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 309 | 44 | 265 | v10.3.2 | 2.0.0 |
| 34 | 302 | 44 | 258 | v10.3.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.