Fix again #14
Annotations
2 errors and 10 warnings
outdated_tested_upto_header:
readme.txt#L1
Tested up to: 6.6 < 6.7. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
|
test
Process completed with exit code 1.
|
readme_parser_warnings_trimmed_short_description:
readme.txt#L1
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
|
plugin_header_invalid_plugin_uri_domain:
syndication-links.php#L1
The "Plugin URI" header in the plugin file is not valid.
|
WordPress.PHP.DevelopmentFunctions.error_log_error_log:
syndication-links.php#L32
error_log() found. Debug code should not normally be used in production.
|
WordPress.PHP.DevelopmentFunctions.error_log_error_log:
syndication-links.php#L75
error_log() found. Debug code should not normally be used in production.
|
WordPress.PHP.DevelopmentFunctions.error_log_error_log:
syndication-links.php#L79
error_log() found. Debug code should not normally be used in production.
|
WordPress.DB.SlowDBQuery.slow_db_query_meta_key:
includes/class-syn-meta.php#L133
Detected usage of meta_key, possible slow query.
|
WordPress.DB.SlowDBQuery.slow_db_query_meta_query:
includes/class-syn-meta.php#L134
Detected usage of meta_query, possible slow query.
|
WordPress.Security.NonceVerification.Missing:
includes/class-syn-meta.php#L282
Processing form data without nonce verification.
|
WordPress.Security.NonceVerification.Missing:
includes/class-syn-meta.php#L286
Processing form data without nonce verification.
|
WordPress.Security.ValidatedSanitizedInput.MissingUnslash:
includes/class-syn-meta.php#L286
$_POST['syndication_urls'] not unslashed before sanitization. Use wp_unslash() or similar
|