Skip to content

Revert to readme.txt #22

Revert to readme.txt

Revert to readme.txt #22

Triggered via push December 8, 2024 22:54
Status Failure
Total duration 2m 1s
Artifacts

plugincheck.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
stable_tag_mismatch: readme.txt#L1
Mismatched Stable Tag: 4.5 != 4.5.1. The Stable Tag in your readme file does not match the version in your main plugin file. Your Stable Tag is meant to be the stable version of your plugin, not of WordPress. For your plugin to be properly downloaded from WordPress.org, those values need to be the same. If they're out of sync, your users won't get the right version of your code.
test
Process completed with exit code 1.
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