Bump @wordpress/env from 5.16.0 to 10.7.0 #17
Annotations
10 errors and 10 warnings
plugin_updater_detected:
includes/admin/class-admin-updater.php#L1
Plugin Updater detected. These are not permitted in WordPress.org hosted plugins. Detected: site_transient_update_plugins
|
WordPress.WP.I18n.MissingTranslatorsComment:
includes/admin/class-admin-updater.php#L427
A function call to __() 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:
includes/admin/class-admin-updater.php#L427
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
|
WordPress.WP.I18n.UnorderedPlaceholdersText:
includes/admin/class-admin-updater.php#L427
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s, %3$s, %4$s, %5$s", but got "%s, %s, %s, %s, %s" in 'The %s License has not been activated, so the %s is inactive! %sClick here%s to activate %s.'.
|
WordPress.WP.AlternativeFunctions.parse_url_parse_url:
includes/admin/class-admin-updater.php#L439
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
|
WordPress.WP.I18n.MissingTranslatorsComment:
includes/admin/class-admin-updater.php#L444
A function call to __() 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:
includes/admin/class-admin-updater.php#L444
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
|
WordPress.WP.I18n.UnorderedPlaceholdersText:
includes/admin/class-admin-updater.php#L444
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s, %3$s", but got "%s, %s, %s" in '<b>Warning!</b> You\'re blocking external requests which means you won\'t be able to get %s updates. Please add %s to %s.'.
|
WordPress.Security.EscapeOutput.OutputNotEscaped:
includes/admin/class-admin-updater.php#L444
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
|
WordPress.Security.EscapeOutput.OutputNotEscaped:
includes/admin/class-admin-updater.php#L444
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$host'.
|
update_modification_detected:
includes/admin/class-admin-updater.php#L1
Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: auto_update_plugin
|
update_modification_detected:
includes/admin/class-admin-updater.php#L1
Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: pre_set_site_transient_update_plugins
|
update_modification_detected:
includes/admin/class-admin-updater.php#L1
Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: _site_transient_update_themes
|
WordPress.Security.NonceVerification.Recommended:
includes/admin/class-admin-updater.php#L423
Processing form data without nonce verification.
|
WordPress.Security.NonceVerification.Recommended:
includes/admin/class-admin-updater.php#L423
Processing form data without nonce verification.
|
WordPress.Security.NonceVerification.Recommended:
includes/admin/class-admin-updater.php#L622
Processing form data without nonce verification.
|
WordPress.Security.NonceVerification.Recommended:
includes/admin/class-admin-updater.php#L631
Processing form data without nonce verification.
|
WordPress.Security.NonceVerification.Recommended:
includes/admin/class-admin-updater.php#L631
Processing form data without nonce verification.
|
WordPress.Security.NonceVerification.Missing:
includes/formscrm-library/class-gravityforms.php#L256
Processing form data without nonce verification.
|
WordPress.Security.NonceVerification.Missing:
includes/formscrm-library/class-gravityforms.php#L256
Processing form data without nonce verification.
|