Skip to content

Readd subversion

Readd subversion #6

Triggered via push December 27, 2024 07:27
Status Failure
Total duration 1m 55s
Artifacts

plugincheck.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
WordPress.WP.AlternativeFunctions.file_get_contents_file_get_contents: includes/trait-weather-info.php#L78
file_get_contents() is discouraged. Use wp_remote_get() for remote URLs instead.
WordPress.WP.I18n.TextDomainMismatch: includes/trait-weather-info.php#L402
Mismatched text domain. Expected 'simple-location' but got 'simple-locaiton'.
WordPress.Security.EscapeOutput.OutputNotEscaped: includes/class-rest-geo.php#L472
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$venue_args'.
WordPress.Security.EscapeOutput.OutputNotEscaped: includes/class-loc-config.php#L896
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$providers[$text]['description']'.
WordPress.WP.AlternativeFunctions.file_get_contents_file_get_contents: includes/class-loc-config.php#L1074
file_get_contents() is discouraged. Use wp_remote_get() for remote URLs instead.
WordPress.Security.EscapeOutput.OutputNotEscaped: includes/widgets/class-sloc-weather-widget.php#L54
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$weather'.
WordPress.Security.EscapeOutput.OutputNotEscaped: includes/widgets/class-sloc-weather-widget.php#L114
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
WordPress.Security.EscapeOutput.OutputNotEscaped: includes/widgets/class-sloc-weather-widget.php#L114
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$weather['_expires_at']'.
WordPress.Security.EscapeOutput.OutputNotEscaped: includes/widgets/class-sloc-lastseen-widget.php#L54
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'Weather_Provider'.
WordPress.Security.EscapeOutput.OutputNotEscaped: includes/widgets/class-sloc-lastseen-widget.php#L54
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
WordPress.DB.SlowDBQuery.slow_db_query_tax_query: includes/class-rest-geo.php#L465
Detected usage of tax_query, possible slow query.
WordPress.DB.SlowDBQuery.slow_db_query_meta_query: includes/class-loc-config.php#L401
Detected usage of meta_query, possible slow query.
WordPress.Security.NonceVerification.Recommended: includes/class-loc-config.php#L421
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Recommended: includes/class-loc-config.php#L421
Processing form data without nonce verification.
WordPress.Security.ValidatedSanitizedInput.MissingUnslash: includes/class-loc-config.php#L421
$_GET['tab'] not unslashed before sanitization. Use wp_unslash() or similar
WordPress.WP.I18n.TextDomainMismatch: includes/class-loc-config.php#L875
Mismatched text domain. Expected 'simple-location' but got 'default'.
WordPress.Security.NonceVerification.Recommended: includes/class-post-venue.php#L203
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Recommended: includes/class-post-venue.php#L207
Processing form data without nonce verification.
WordPress.Security.ValidatedSanitizedInput.MissingUnslash: includes/class-post-venue.php#L207
$_GET['post__in'] not unslashed before sanitization. Use wp_unslash() or similar
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: includes/class-post-venue.php#L207
Detected usage of a non-sanitized input variable: $_GET['post__in']