Skip to content

change version to 1.0.4 #13

change version to 1.0.4

change version to 1.0.4 #13

Triggered via push October 7, 2024 07:27
Status Failure
Total duration 1m 43s
Artifacts

php.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 4 warnings
WordPress.WP.I18n.MissingTranslatorsComment: custom-api-creator.php#L185
A function call to esc_html__() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
WordPress.Security.ValidatedSanitizedInput.MissingUnslash: custom-api-creator.php#L264
$_POST[$post_key] not unslashed before sanitization. Use wp_unslash() or similar
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: custom-api-creator.php#L264
Detected usage of a non-sanitized input variable: $_POST[$post_key]
WordPress.Security.ValidatedSanitizedInput.MissingUnslash: custom-api-creator.php#L264
$_POST[$post_key] not unslashed before sanitization. Use wp_unslash() or similar
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: custom-api-creator.php#L264
Detected usage of a non-sanitized input variable: $_POST[$post_key]
WordPress.Security.EscapeOutput.OutputNotEscaped: custom-api-creator.php#L455
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$link'.
WordPress.Security.EscapeOutput.OutputNotEscaped: custom-api-creator.php#L455
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$link'.
hidden_files: .gitignore#L1
Hidden files are not permitted.
test
Process completed with exit code 1.
textdomain_mismatch: custom-api-creator.php#L1
The TextDomain header in the plugin file does not match the slug. Found "cac-plugin-creator", expected "wp-custom-api-creator".
trademarked_term: custom-api-creator.php#L1
The plugin slug includes a restricted term. Your plugin slug - "wp-custom-api-creator" - contains the restricted term "wp" and cannot be used to begin your plugin slug. We disallow the use of certain terms in ways that are abused, or potentially infringe on and/or are misleading with regards to trademarks. You may use the term "wp" elsewhere in your plugin slug, such as "... for wp".
WordPress.DB.SlowDBQuery.slow_db_query_meta_query: custom-api-creator.php#L349
Detected usage of meta_query, possible slow query.
WordPress.DB.SlowDBQuery.slow_db_query_tax_query: custom-api-creator.php#L394
Detected usage of tax_query, possible slow query.