update cache_controller.php #5
action.yml
on: push
WordPress Plugin Check
2m 19s
Create Release
6s
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/
|