CI : fixed unzip step; #8
Annotations
10 warnings and 1 notice
WordPress.PHP.DevelopmentFunctions.error_log_print_r:
includes/admin/class-settings.php#L303
print_r() found. Debug code should not normally be used in production.
|
WordPress.Security.ValidatedSanitizedInput.InputNotValidated:
includes/admin/class-dashboard.php#L41
Detected usage of a possibly undefined superglobal array index: $_POST['nonce']. Use isset() or empty() to check the index exists before using it
|
WordPress.Security.ValidatedSanitizedInput.MissingUnslash:
includes/admin/class-dashboard.php#L41
$_POST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
|
WordPress.Security.ValidatedSanitizedInput.InputNotValidated:
includes/admin/class-dashboard.php#L78
Detected usage of a possibly undefined superglobal array index: $_POST['nonce']. Use isset() or empty() to check the index exists before using it
|
WordPress.Security.ValidatedSanitizedInput.MissingUnslash:
includes/admin/class-dashboard.php#L78
$_POST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
|
WordPress.Security.ValidatedSanitizedInput.InputNotValidated:
includes/admin/class-dashboard.php#L102
Detected usage of a possibly undefined superglobal array index: $_POST['nonce']. Use isset() or empty() to check the index exists before using it
|
WordPress.Security.ValidatedSanitizedInput.MissingUnslash:
includes/admin/class-dashboard.php#L102
$_POST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
|
WordPress.Security.ValidatedSanitizedInput.InputNotValidated:
includes/admin/class-dashboard.php#L107
Detected usage of a possibly undefined superglobal array index: $_POST['sort']. Use isset() or empty() to check the index exists before using it
|
WordPress.Security.ValidatedSanitizedInput.MissingUnslash:
includes/admin/class-dashboard.php#L107
$_POST['sort'] not unslashed before sanitization. Use wp_unslash() or similar
|
WordPress.Security.ValidatedSanitizedInput.InputNotValidated:
includes/admin/class-dashboard.php#L123
Detected usage of a possibly undefined superglobal array index: $_POST['nonce']. Use isset() or empty() to check the index exists before using it
|
build
Version :
|