SQLite integration plugin by the WordPress Team.
Prioritized issue groups from the latest Plugin Check scan
Security
128
7 issue groups
Maintainability
109
18 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Could not translate a DATE_FORMAT() format to STRFTIME format ($format)"'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_MySQL_Lexer".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$factor: \n"'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$@pdo".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DB_ENGINE".
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "incompatible_sql_modes".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "register_sqlite_enhancements_for_query_monitor".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['_wpnonce']. Check that the array index exists before using it.
Sample message
$_GET['_wpnonce'] 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: is_writable().
Sample message
Traits declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_PDO_Proxy_Statement_PHP_Compat".
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Not analyzed yet.
First score snapshot
v2.2.23
29
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 29 | 250 | 161 | 89 | v2.2.23 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.