Skip to content

Missed the .1

Missed the .1 #23

Triggered via push December 8, 2024 22:55
Status Success
Total duration 1m 59s
Artifacts

plugincheck.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: includes/class-syn-meta.php#L286
Detected usage of a non-sanitized input variable: $_POST['syndication_urls']
WordPress.PHP.DevelopmentFunctions.error_log_error_log: includes/class-syn-meta.php#L288
error_log() found. Debug code should not normally be used in production.
WordPress.Security.ValidatedSanitizedInput.MissingUnslash: includes/class-syn-meta.php#L310
$_POST['syn_metabox_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: includes/class-syn-meta.php#L310
Detected usage of a non-sanitized input variable: $_POST['syn_metabox_nonce']
WordPress.Security.ValidatedSanitizedInput.MissingUnslash: includes/class-syn-meta.php#L341
$_POST['syn_metabox_nonce'] not unslashed before sanitization. Use wp_unslash() or similar