Skip to content

phpstan and phan fixes #58

phpstan and phan fixes

phpstan and phan fixes #58

Triggered via push October 4, 2024 01:18
Status Failure
Total duration 2m 9s
Artifacts

wp-check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
WordPress.Security.ValidatedSanitizedInput.MissingUnslash: class/theme/class-taxonomy-people-standard.php#L332
$_GET['_wpnonce_lum_taxo_polylangform'] not unslashed before sanitization. Use wp_unslash() or similar
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: class/theme/class-taxonomy-people-standard.php#L332
Detected usage of a non-sanitized input variable: $_GET['_wpnonce_lum_taxo_polylangform']
WordPress.Security.ValidatedSanitizedInput.MissingUnslash: class/theme/class-taxonomy-people-standard.php#L334
$_GET['tag_lang'] not unslashed before sanitization. Use wp_unslash() or similar
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: class/theme/class-taxonomy-people-standard.php#L334
Detected usage of a non-sanitized input variable: $_GET['tag_lang']
WordPress.Security.ValidatedSanitizedInput.MissingUnslash: class/theme/class-taxonomy-people-standard.php#L337
$_GET['tag_lang'] not unslashed before sanitization. Use wp_unslash() or similar
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: class/theme/class-taxonomy-people-standard.php#L337
Detected usage of a non-sanitized input variable: $_GET['tag_lang']
WordPress.Security.ValidatedSanitizedInput.MissingUnslash: class/tools/class-ban-bots.php#L85
$_SERVER['HTTP_USER_AGENT'] not unslashed before sanitization. Use wp_unslash() or similar
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: class/tools/class-ban-bots.php#L85
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_USER_AGENT']
WordPress.Security.ValidatedSanitizedInput.MissingUnslash: class/tools/class-ban-bots.php#L98
$_SERVER['HTTP_CLIENT_IP'] not unslashed before sanitization. Use wp_unslash() or similar
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: class/tools/class-ban-bots.php#L98
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_CLIENT_IP']
WordPress.DB.SlowDBQuery.slow_db_query_tax_query: class/theme/class-taxonomy-people-standard.php#L351
Detected usage of tax_query, possible slow query.
WordPress.DB.SlowDBQuery.slow_db_query_tax_query: class/plugins/auto/class-polylang.php#L290
Detected usage of tax_query, possible slow query.
WordPress.Security.NonceVerification.Recommended: class/frontend/trait-main.php#L231
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Recommended: class/frontend/trait-main.php#L232
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Recommended: class/admin/class-save-options.php#L105
Processing form data without nonce verification.
textdomain_mismatch: lumiere-movies.php#L1
The TextDomain header in the plugin file does not match the slug. Found "lumiere-movies", expected "dist".
WordPress.DB.SlowDBQuery.slow_db_query_tax_query: class/theme/class-taxonomy-items-standard.php#L169
Detected usage of tax_query, possible slow query.
WordPress.DB.SlowDBQuery.slow_db_query_meta_query: class/updates/15.php#L88
Detected usage of meta_query, possible slow query.
WordPress.DB.SlowDBQuery.slow_db_query_meta_query: class/updates/15.php#L105
Detected usage of meta_query, possible slow query.
WordPress.DB.SlowDBQuery.slow_db_query_meta_query: class/updates/15.php#L122
Detected usage of meta_query, possible slow query.