WP-WebAuthn enables passwordless login through FIDO2 and U2F devices like Passkey, FaceID or Windows Hello for your site.
Prioritized issue groups from the latest Plugin Check scan
Security
687
3 issue groups
Maintainability
543
21 issue groups
I18n
8
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" is too short ({$contentLength} octets)"'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "FG\ASN1".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$__composer_autoload_files".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wwa_add_log".
Sample message
trigger_error() found. Debug code should not normally be used in production.
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
Processing form data without nonce verification.
Sample message
Function "array_is_list()" requires WordPress 6.5.0, but your plugin minimum supported version is WordPress 5.0.0.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Processing form data without nonce verification.
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: fwrite().
Sample message
The use of function create_function() is forbidden
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Missing $domain parameter in function call to __().
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_connect.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "login_link_separator".
Sample message
set_error_handler() found. Debug code should not normally be used in production.
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
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Not analyzed yet.
First score snapshot
v1.4.1
22
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,353 | 957 | 396 | v1.4.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.