Import a pdf, map it to a form and attaching to any email
Prioritized issue groups from the latest Plugin Check scan
Maintainability
370
14 issue groups
Security
258
9 issue groups
I18n
6
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$A".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$Lookup[$i]['Type']'.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$Format'.
Sample message
Use of a direct database call is discouraged.
Sample message
Function "mb_strlen()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 3.3.0.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $this->Loader->FormConfigTable used in $wpdb->get_results()
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
Processing form data without nonce verification.
Sample message
Use of the backtick operator is forbidden
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Detected usage of a non-sanitized input variable: $_FILES['file']['tmp_name']
Sample message
$_GET['_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "_OTL_OLD_SPEC_COMPAT_2".
Sample message
Missing $domain parameter in function call to __().
Sample message
Mismatched text domain. Expected 'pdf-importer-for-wpform' but got "rednaopdfimporter".
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "PDF Importer for WPForm" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 37.
Potential connections found in static code analysis.
Outbound calls
247
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
First score snapshot
v1.3.83
25
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 661 | 332 | 329 | v1.3.83 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.