Módulo de pago PAYCOMET para WooCommerce. Permite realizar pagos con tarjeta de crédito. PAYCOMET - Pasarela de pagos PCI-DSS Nivel 1 Multiplataforma
Prioritized issue groups from the latest Plugin Check scan
I18n
905
2 issue groups
Security
523
10 issue groups
Maintainability
165
13 issue groups
Sample message
Mismatched text domain. Expected 'paytpv-for-woocommerce' but got 'wc_paytpv'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_REQUEST['IdUser']'.
Sample message
$_GET['order'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['order']
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$addUserResponse".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET["id"]. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
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
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
Use placeholders and $wpdb->prepare(); found $date_now
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_paytpv_gateway".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $card ..." but found "<?= $card ..."
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Unescaped parameter $id_customer used in $wpdb->get_row()\n$id_customer used without escaping.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "PAYTPV_PLUGIN".
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 3.0.1.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "PayTPV".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "SHOW TABLES LIKE '$table_name'"
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Not analyzed yet.
First score snapshot
v5.44
22
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,629 | 1,206 | 423 | v5.44 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.