Skip to content

Add autoassign field in Contacts #73

Add autoassign field in Contacts

Add autoassign field in Contacts #73

Triggered via pull request February 7, 2025 11:15
Status Failure
Total duration 1m 50s
Artifacts

build-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.MissingArgDomain: includes/admin/class-admin-updater.php#L274
Missing $domain parameter in function call to __().
WordPress.WP.I18n.MissingArgDomain: includes/admin/class-admin-updater.php#L276
Missing $domain parameter in function call to __().
WordPress.WP.I18n.MissingArgDomain: includes/admin/class-admin-updater.php#L282
Missing $domain parameter in function call to __().
WordPress.WP.I18n.MissingArgDomain: includes/admin/class-admin-updater.php#L286
Missing $domain parameter in function call to __().
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 <strong>%s</strong> License has not been activated, so the %s is inactive! %sClick here%s to activate <strong>%s</strong>.'.
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.
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.
PluginCheck.CodeAnalysis.SettingSanitization.register_settingDynamic: includes/admin/class-admin-updater.php#L483
Dynamic argument passed in third parameter of register_setting(). Please ensure proper sanitization.
PluginCheck.CodeAnalysis.SettingSanitization.register_settingDynamic: includes/admin/class-admin-updater.php#L509
Dynamic argument passed in third parameter of register_setting(). Please ensure proper sanitization.
WordPress.Security.NonceVerification.Recommended: includes/admin/class-admin-updater.php#L622
Processing form data without nonce verification.
WordPress.Security.ValidatedSanitizedInput.InputNotValidated: includes/admin/class-admin-updater.php#L622
Detected usage of a possibly undefined superglobal array index: $_REQUEST[$this-&gt;wc_am_product_id]. Use isset() or empty() to check the index exists before using it
WordPress.Security.NonceVerification.Recommended: includes/admin/class-admin-updater.php#L631
Processing form data without nonce verification.