Simple Event Registration & RSVP Management for WordPress
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
469
12 issue groups
Maintainability
442
12 issue groups
I18n
21
1 issue group
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.160
- Category
- Maintainability
- Occurrences
- 160
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().134
- Category
- Maintainability
- Occurrences
- 134
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORSecurityNot PreparedUse placeholders and $wpdb->prepare(); found $new_aid112
- Category
- Security
- Occurrences
- 112
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $new_aid
WARNINGSecurityRecommendedProcessing form data without nonce verification.78
- Category
- Security
- Occurrences
- 78
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityMissingProcessing form data without nonce verification.60
- Category
- Security
- Occurrences
- 60
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORSecurityUnescaped DBParameterUnescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 1041.50
- Category
- Security
- Occurrences
- 50
- Severity
- error
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 1041.
WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$alt_table".40
- Category
- Maintainability
- Occurrences
- 40
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$alt_table".
WARNINGSecurityInput Not ValidatedDetected usage of a possibly undefined superglobal array index: $_FILES['importFile']['tmp_name']. Check that the array index exists before using it.40
- Category
- Security
- Occurrences
- 40
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['importFile']['tmp_name']. Check that the array index exists before using it.
ERRORSecurityException Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot perform I/O operation outside of the base folder: {$this->baseFolderRealPath}"'.36
- Category
- Security
- Occurrences
- 36
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot perform I/O operation outside of the base folder: {$this->baseFolderRealPath}"'.
ERRORSecurityregister setting MissingSanitization missing for register_setting().33
- Category
- Security
- Occurrences
- 33
- Severity
- error
Sample message
Sanitization missing for register_setting().
Show 15 moreShow less
ERRORMaintainabilityNot Allowed24
- Category
- Maintainability
- Occurrences
- 24
- Severity
- error
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
ERRORI18nMissing Translators Comment21
- Category
- I18n
- Occurrences
- 21
- Severity
- error
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
WARNINGMaintainabilitySchema Change17
- Category
- Maintainability
- Occurrences
- 17
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
WARNINGSecurityUnescaped DBParameter15
- Category
- Security
- Occurrences
- 15
- Severity
- warning
Sample message
Unescaped parameter $alt_table used in $wpdb->get_var()\n$alt_table assigned unsafely at line 123.
WARNINGSecurityInterpolated Not Prepared14
- Category
- Security
- Occurrences
- 14
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $alt_table at "SHOW TABLES LIKE '$alt_table'"
ERRORMaintainabilityfile system operations fwrite14
- Category
- Maintainability
- Occurrences
- 14
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
WARNINGMaintainabilityNon Prefixed Constant Found12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ASSOCIATED_ATTENDEES_TABLE".
WARNINGSecurityInput Not Sanitized12
- Category
- Security
- Occurrences
- 12
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_FILES['importFile']['name']
ERRORMaintainabilitydate date10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGSecurityMissing Unslash10
- Category
- Security
- Occurrences
- 10
- Severity
- warning
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
ERRORMaintainabilitymissing direct file access protection10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORSecurityOutput Not Escaped9
- Category
- Security
- Occurrences
- 9
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<$tag $scope $id $class>$column_display_name</$tag>"'.
ERRORMaintainabilityfile system operations fclose7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
ERRORMaintainabilityfile system operations fopen7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
WARNINGMaintainabilityMissing Version7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- warning
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Score History
First score snapshot
v2.7.17
23
Latest
- Findings
- 968
- Errors
- 346
- Warnings
- 622
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 968 | 346 | 622 | v2.7.17 | 2.0.0 |