yet another attempt at making plugin checker exclude the external cla… #7
Annotations
10 errors and 10 warnings
WordPress.Security.EscapeOutput.OutputNotEscaped:
classes/autoptimizeConfig.php#L95
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
|
WordPress.Security.EscapeOutput.OutputNotEscaped:
classes/autoptimizeConfig.php#L96
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'apply_filters'.
|
WordPress.Security.EscapeOutput.OutputNotEscaped:
classes/autoptimizeConfig.php#L209
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
|
WordPress.Security.EscapeOutput.OutputNotEscaped:
classes/autoptimizeConfig.php#L211
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'admin_url'.
|
WordPress.Security.EscapeOutput.UnsafePrintingFunction:
classes/autoptimizeConfig.php#L336
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
|
WordPress.Security.EscapeOutput.OutputNotEscaped:
classes/autoptimizeConfig.php#L340
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$critcss_settings_url'.
|
WordPress.Security.EscapeOutput.OutputNotEscaped:
classes/autoptimizeConfig.php#L346
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'autoptimizeStyles'.
|
WordPress.WP.I18n.MissingTranslatorsComment:
classes/autoptimizeConfig.php#L367
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:
classes/autoptimizeConfig.php#L367
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
|
WordPress.Security.EscapeOutput.OutputNotEscaped:
classes/autoptimizeConfig.php#L367
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_rapidload_link'.
|
WordPress.WP.EnqueuedResourceParameters.MissingVersion:
classes/autoptimizeConfig.php#L741
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.
|
WordPress.WP.EnqueuedResourceParameters.MissingVersion:
classes/autoptimizeConfig.php#L746
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
|
WordPress.WP.EnqueuedResourceParameters.MissingVersion:
classes/autoptimizeConfig.php#L747
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
|
WordPress.Security.NonceVerification.Recommended:
classes/autoptimizeConfig.php#L966
Processing form data without nonce verification.
|
WordPress.Security.NonceVerification.Recommended:
classes/autoptimizeConfig.php#L967
Processing form data without nonce verification.
|
WordPress.Security.NonceVerification.Recommended:
classes/autoptimizeMain.php#L378
Processing form data without nonce verification.
|
WordPress.Security.NonceVerification.Recommended:
classes/autoptimizeMain.php#L378
Processing form data without nonce verification.
|
WordPress.Security.NonceVerification.Recommended:
classes/autoptimizeMain.php#L412
Processing form data without nonce verification.
|
WordPress.Security.NonceVerification.Recommended:
classes/autoptimizeMain.php#L421
Processing form data without nonce verification.
|
WordPress.Security.NonceVerification.Recommended:
classes/autoptimizeMain.php#L421
Processing form data without nonce verification.
|