Skip to content

Improve file annotations for src/build #7

Improve file annotations for src/build

Improve file annotations for src/build #7

Triggered via pull request October 20, 2023 10:48
Status Success
Total duration 2m 17s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
WordPress.WP.AlternativeFunctions.rand_mt_rand: hello-dolly/hello.php#L49
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
WordPress.Security.EscapeOutput.OutputNotEscaped: hello-dolly/hello.php#L62
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
WordPress.Security.EscapeOutput.OutputNotEscaped: hello-dolly/hello.php#L63
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$lang'.
WordPress.Security.EscapeOutput.OutputNotEscaped: hello-dolly/hello.php#L64
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$chosen'.