bug fix #7
Annotations
8 errors and 5 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.EscapeOutput.OutputNotEscaped:
custom-api-creator.php#L185
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$index'.
|
WordPress.Security.ValidatedSanitizedInput.MissingUnslash:
custom-api-creator.php#L261
$_POST[$post_key] not unslashed before sanitization. Use wp_unslash() or similar
|
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized:
custom-api-creator.php#L261
Detected usage of a non-sanitized input variable: $_POST[$post_key]
|
WordPress.Security.ValidatedSanitizedInput.MissingUnslash:
custom-api-creator.php#L261
$_POST[$post_key] not unslashed before sanitization. Use wp_unslash() or similar
|
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized:
custom-api-creator.php#L261
Detected usage of a non-sanitized input variable: $_POST[$post_key]
|
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 "custom-api-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#L344
Detected usage of meta_query, possible slow query.
|
WordPress.DB.SlowDBQuery.slow_db_query_tax_query:
custom-api-creator.php#L389
Detected usage of tax_query, possible slow query.
|
readme_parser_warnings_trimmed_short_description:
readme.txt#L1
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
|