Fix "All output should be run through an escaping function". #794
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yaml
on: push
phpcs
/
phpcs
26s
phpstan
/
phpstan
1m 1s
coverage
/
coverage
23s
Matrix: phplint / phplint
Matrix: phpunit / phpunit
Annotations
10 errors
phpcs / phpcs:
views/meta-box-gateway-settings.php#L319
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'Util'.
|
phpcs / phpcs:
views/meta-box-gateway-settings.php#L338
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'Util'.
|
phpcs / phpcs:
views/meta-box-gateway-settings.php#L354
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'Util'.
|
phpcs / phpcs:
views/meta-box-gateway-settings.php#L355
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'Util'.
|
phpcs / phpcs:
views/meta-box-gateway-settings.php#L355
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$value'.
|
phpcs / phpcs:
src/Admin/AdminSettings.php#L223
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['disabled']'.
|
phpcs / phpcs
Process completed with exit code 1.
|
phpstan / phpstan:
src/Admin/AdminSettings.php#L171
Instantiated class Pronamic\WordPress\Pay\Admin\Element not found.
|
phpstan / phpstan:
src/Admin/AdminSettings.php#L182
Call to method output() on an unknown class Pronamic\WordPress\Pay\Admin\Element.
|
phpstan / phpstan
Process completed with exit code 1.
|