Skip to content

Deploy Fix

Deploy Fix #8

Triggered via push October 11, 2024 16:50
Status Success
Total duration 2m 0s
Artifacts

plugincheck.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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-post-syndication.php#L162
Detected usage of meta_key, possible slow query.
WordPress.Security.ValidatedSanitizedInput.MissingUnslash: includes/class-post-syndication.php#L418
$_POST['synto_metabox_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: includes/class-post-syndication.php#L418
Detected usage of a non-sanitized input variable: $_POST['synto_metabox_nonce']
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.