Skip to content

Really too many false positives when testing for late_escaping. #15

Really too many false positives when testing for late_escaping.

Really too many false positives when testing for late_escaping. #15

Triggered via push December 31, 2023 16:36
Status Failure
Total duration 2m 20s
Artifacts

plugin-check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
WordPress.WP.I18n.MissingTranslatorsComment: classes/critcss-inc/admin_settings_explain.php#L45
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.WP.I18n.MissingTranslatorsComment: classes/autoptimizeConfig.php#L475
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.WP.I18n.MissingTranslatorsComment: classes/autoptimizePartners.php#L56
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.WP.I18n.MissingTranslatorsComment: classes/autoptimizeImages.php#L1330
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.WP.I18n.MissingTranslatorsComment: classes/autoptimizeExtra.php#L565
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.WP.I18n.MissingTranslatorsComment: classes/autoptimizeExtra.php#L597
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.WP.I18n.MissingTranslatorsComment: classes/autoptimizeExtra.php#L620
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.WP.I18n.MissingTranslatorsComment: classes/autoptimizeMain.php#L768
A function call to esc_html_e() 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.
stable_tag_mismatch: readme.txt#L1
The Stable Tag in your readme file does not match the version in your main plugin file.
localhost_code_detected: classes/autoptimizeCache.php#L1
Do not use Localhost/127.0.0.1 in your code.
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude: classes/autoptimizeCriticalCSSSettingsAjax.php#L261
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude: classes/autoptimizeCriticalCSSSettingsAjax.php#L275
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
WordPress.WP.EnqueuedResourceParameters.MissingVersion: classes/autoptimizeCriticalCSSSettings.php#L100
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.