A plugin for selling 3D printing services.
Prioritized issue groups from the latest Plugin Check scan
Security
656
11 issue groups
Maintainability
464
12 issue groups
I18n
69
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin_attachment_file".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$name]['error'][$index]. Check that the array index exists before using it.
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_FILES[$name]['error'][$index]
Sample message
Use of a direct database call is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
The $text parameter must be a single text string literal. Found: $db_coating['name']
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
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Missing $domain parameter in function call to esc_attr__().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $coating_id at "select * from {$wpdb->prefix}p3dlite_coatings where id='$coating_id'"
Sample message
Processing form data without nonce verification.
Sample message
Function "has_shortcode()" requires WordPress 3.6.0, but your plugin minimum supported version is WordPress 3.5.0.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 1059.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_FILES['p3dlite_admin_attachment']['error'][$price_request_id]'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Attempting a database schema change is discouraged.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
File has mixed line endings; this may cause incorrect results
Potential connections found in static code analysis.
Outbound calls
273
External assets
0
Incoming endpoints
2
No external asset domains detected.
wp_ajax
wp_ajax
First score snapshot
v2.1.4
25
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,204 | 175 | 1,029 | v2.1.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.