MoySklad (moysklad.ru) and WooCommerce - sync, integration, connection
Prioritized issue groups from the latest Plugin Check scan
Security
176
9 issue groups
Maintainability
76
15 issue groups
Supply Chain
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['key']'.
Sample message
Sanitization missing for register_setting().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Processing form data without nonce verification.
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
The parameter "''" at position #2 of wp_upload_bits() has been deprecated since WordPress version 2.0.0. Instead do not pass the parameter.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WooMS" - contains the restricted term "woo" which cannot be used at all in your plugin name.
Sample message
Short PHP opening tag used with echo; expected "<?php echo implode ..." but found "<?= implode ..."
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['a']
Sample message
$_GET['a'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "is_woocommerce_activated".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "add_wooms_plugin_debug".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$wp_cli_commands_file".
Sample message
print_r() 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 'print_r'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Hidden files are not permitted.
Sample message
Invalid or missing Stable Tag. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Potential connections found in static code analysis.
Outbound calls
81
External assets
1
Incoming endpoints
3
register_rest_route
wp_ajax
wp_ajax
First score snapshot
v9.14
32
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 257 | 199 | 58 | v9.14 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.