Anmeldeformulare und Mitgliederdaten aus der Vereinssoftware webling.eu auf deiner Webseite anzeigen.
Prioritized issue groups from the latest Plugin Check scan
Security
288
13 issue groups
Maintainability
127
10 issue groups
I18n
30
2 issue groups
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['record']. Check that the array index exists before using it.
Sample message
$_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$config['type']'.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['webling-form-field-' . $fieldId]
Sample message
Use placeholders and $wpdb->prepare(); found $TABLE_NAME
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Mismatched text domain. Expected 'webling' but got "frcaptcha".
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 104.
Sample message
The $text parameter must be a single text string literal. Found: $config['confirmation_text']
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
Processing form data without nonce verification.
Sample message
Unescaped parameter $table_name used in $wpdb->query()\n$table_name assigned unsafely at line 127.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "ALTER TABLE $table_name DROP COLUMN `created_at`"
Sample message
Attempting a database schema change is discouraged.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$directory'.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
Do not use Localhost/127.0.0.1/*.local in your code. Found: http://localhost/
Sample message
Sanitization missing for register_setting().
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Form_List".
Sample message
print_r() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
296
External assets
0
Incoming endpoints
4
No external asset domains detected.
register_rest_route
admin_post
admin_post
admin_post
First score snapshot
v3.9.1
30
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 460 | 147 | 313 | v3.9.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.