JCC’s payment gateway offers real-time and batch payment processing. It uses all available security measures to prevent fraudulent transactions and en …
Prioritized issue groups from the latest Plugin Check scan
I18n
1,986
7 issue groups
Security
1,063
8 issue groups
Maintainability
318
10 issue groups
Sample message
Mismatched text domain. Expected 'jcc-payment-gateway-for-wc' but got 'wc-jccgateway-text-domain'.
Sample message
The $domain parameter must be a single text string literal. Found: 'wc-' . $id . '-text-domain'
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['order_id']. Check that the array index exists before using it.
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$e'.
Sample message
The $text parameter must be a single text string literal. Found: $error_message
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
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Order ID (%s) and key (%s) failed to be refunded. Please contact admininstrator for more help.'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Gateway_JCCGateway_".
Sample message
The use of function ini_set() is discouraged
Sample message
Detected usage of a non-sanitized input variable: $_GET['action']
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
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 '$message'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "load_jccgateway_textdomain".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$WooCommerce_JCC_Payment_Gateway_Plugin".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "YOURPLUGIN_CURRENT_VERSION".
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
error_log() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
139
External assets
1
Incoming endpoints
6
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v5.4.1
22
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 3,409 | 2,273 | 1,136 | v5.4.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.