Skip to content

update cache_controller.php #5

update cache_controller.php

update cache_controller.php #5

Triggered via push November 11, 2024 10:07
Status Success
Total duration 2m 43s
Artifacts

action.yml

on: push
WordPress Plugin Check
2m 19s
WordPress Plugin Check
Create Release
6s
Create Release
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
WordPress.Security.ValidatedSanitizedInput.InputNotValidated: admin/class-wpoven-triple-cache-admin.php#L418
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Use isset() or empty() to check the index exists before using it
WordPress.Security.ValidatedSanitizedInput.MissingUnslash: admin/class-wpoven-triple-cache-admin.php#L418
$_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similar
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: admin/class-wpoven-triple-cache-admin.php#L418
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']
WordPress.Security.ValidatedSanitizedInput.InputNotValidated: admin/class-wpoven-triple-cache-admin.php#L429
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Use isset() or empty() to check the index exists before using it
WordPress.Security.ValidatedSanitizedInput.MissingUnslash: admin/class-wpoven-triple-cache-admin.php#L429
$_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similar
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: admin/class-wpoven-triple-cache-admin.php#L429
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']
WordPress.Security.ValidatedSanitizedInput.InputNotValidated: admin/class-wpoven-triple-cache-admin.php#L433
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Use isset() or empty() to check the index exists before using it
WordPress.Security.ValidatedSanitizedInput.MissingUnslash: admin/class-wpoven-triple-cache-admin.php#L433
$_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similar
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: admin/class-wpoven-triple-cache-admin.php#L433
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']
WordPress.Security.ValidatedSanitizedInput.InputNotValidated: admin/class-wpoven-triple-cache-admin.php#L437
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Use isset() or empty() to check the index exists before using it
Create Release
The following actions use a deprecated Node.js version and will be forced to run on node20: softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/