Merge branch 'main' of https://github.com/baseapp/wpoven_perflogs int… #2
Annotations
10 warnings
Run Plugin Check:
admin/class-wpoven-performance-logs-admin.php#L201
Processing form data without nonce verification.
|
Run Plugin Check:
admin/class-wpoven-performance-logs-admin.php#L201
Processing form data without nonce verification.
|
Run Plugin Check:
admin/class-wpoven-performance-logs-admin.php#L208
Use of a direct database call is discouraged.
|
Run Plugin Check:
admin/class-wpoven-performance-logs-admin.php#L208
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
|
Run Plugin Check:
admin/class-wpoven-performance-logs-admin.php#L208
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "SELECT * FROM $table_name WHERE id = %d"
|
Run Plugin Check:
admin/class-wpoven-performance-logs-admin.php#L412
Use of a direct database call is discouraged.
|
Run Plugin Check:
admin/class-wpoven-performance-logs-admin.php#L412
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
|
Run Plugin Check:
admin/class-wpoven-performance-logs-admin.php#L460
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']
|
Run Plugin Check:
admin/class-wpoven-performance-logs-admin.php#L479
$_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similar
|
Run Plugin Check:
admin/class-wpoven-performance-logs-admin.php#L479
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']
|
Loading