Visma Pay plugin for Woocommerce.
Prioritized issue groups from the latest Plugin Check scan
Security
50
8 issue groups
Maintainability
12
9 issue groups
Repo Compliance
2
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$banks'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['AUTHCODE'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Gateway_Visma_Pay".
Sample message
Detected usage of a non-sanitized input variable: $_GET['ORDER_NUMBER']
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['_vismapaysettle']. Check that the array index exists before using it.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of function plugin_dir_path(). Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "init_visma_pay_gateway".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), 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
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Plugin name "Visma Pay for Woocommerce" is different from the name declared in plugin header "Visma Pay Payment Gateway".
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
Incorrect Stable Tag. It's recommended not to use "Stable Tag: trunk". 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.
Sample message
Function "wp_set_script_translations()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 3.3.0.
Potential connections found in static code analysis.
Outbound calls
4
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v1.2.1
40
Latest
v1.2.0
39
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 64 | 27 | 37 | v1.2.1 | 2.0.0 |
| 39 | 65 | 28 | 37 | v1.2.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.