This plugin links your WordPress WooCommerce shop to the PayZen payment gateway.
Prioritized issue groups from the latest Plugin Check scan
Security
291
8 issue groups
I18n
85
4 issue groups
Maintainability
78
13 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$card_label'.
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
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$this->id . '_card_type']
Sample message
$_COOKIE[$this->id . '_card_type'] not unslashed before sanitization. Use wp_unslash() or similar
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 '"Error: call to URL $url failed, response $raw_response."'.
Sample message
Function "has_block()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 3.5.0.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Gateway_Payzen".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE[$this->id . '_card_type']. Check that the array index exists before using it.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Mismatched text domain. Expected 'woo-payzen-payment' but got 'woocommerce'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$answer".
Sample message
print_r() found. Debug code should not normally be used in production.
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 'Algorithm used to compute the payment form signature. Selected algorithm must be the same as one configured in the %s Back Office.<br /><b>The HMAC-SHA-256 algorithm should not be activated if it is not yet available in the %s Back Office, the feature will be available soon.</b>'.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
The $text parameter must be a single text string literal. Found: $label
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WC_PAYZEN_PLUGIN_PATH".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
Potential connections found in static code analysis.
Outbound calls
155
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.17.1
28
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 472 | 258 | 214 | v1.17.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.