update cache_controller.php #5
Annotations
10 warnings
Run Plugin Check:
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
|
Run Plugin Check:
admin/class-wpoven-triple-cache-admin.php#L418
$_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similar
|
Run Plugin Check:
admin/class-wpoven-triple-cache-admin.php#L418
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']
|
Run Plugin Check:
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
|
Run Plugin Check:
admin/class-wpoven-triple-cache-admin.php#L429
$_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similar
|
Run Plugin Check:
admin/class-wpoven-triple-cache-admin.php#L429
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']
|
Run Plugin Check:
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
|
Run Plugin Check:
admin/class-wpoven-triple-cache-admin.php#L433
$_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similar
|
Run Plugin Check:
admin/class-wpoven-triple-cache-admin.php#L433
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']
|
Run Plugin Check:
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
|
Loading