Skip to content

Redo build script to remove Grunt dependency #16

Redo build script to remove Grunt dependency

Redo build script to remove Grunt dependency #16

Triggered via push December 8, 2024 19:51
Status Failure
Total duration 2m 0s
Artifacts

plugincheck.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
stable_tag_mismatch: readme.md#L1
Mismatched Stable Tag: 4.5 != 4.4.21. 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.
readme_parser_warnings_trimmed_short_description: readme.md#L1
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
readme_invalid_contributors: readme.md#L1
The "Contributors" header in the readme file must be a comma-separated list of WordPress.org-formatted usernames.
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