Skip to content

UR-1170 Fix - User fields not saving #677

UR-1170 Fix - User fields not saving

UR-1170 Fix - User fields not saving #677

Triggered via pull request September 5, 2023 07:51
Status Failure
Total duration 2m 0s
Artifacts

pr-code-sniff.yml

on: pull_request
Code sniff (PHP 7.4, WP Latest)
1m 48s
Code sniff (PHP 7.4, WP Latest)
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Code sniff (PHP 7.4, WP Latest)
Process completed with exit code 2.
Code sniff (PHP 7.4, WP Latest): includes/functions-ur-core.php#L3897
Processing form data without nonce verification.
Code sniff (PHP 7.4, WP Latest): includes/functions-ur-core.php#L3897
$_POST data not unslashed before sanitization. Use wp_unslash() or similar
Code sniff (PHP 7.4, WP Latest): includes/functions-ur-core.php#L3897
Detected usage of a non-sanitized input variable: $_POST['urcl_hide_fields']
Code sniff (PHP 7.4, WP Latest): includes/functions-ur-core.php#L3897
Processing form data without nonce verification.
Code sniff (PHP 7.4, WP Latest): includes/functions-ur-core.php#L3909
Array keys must be surrounded by spaces unless they contain a string or an integer.
Code sniff (PHP 7.4, WP Latest): includes/functions-ur-core.php#L3916
Array keys must be surrounded by spaces unless they contain a string or an integer.
Code sniff (PHP 7.4, WP Latest): includes/functions-ur-core.php#L3918
Blank line found after control structure
Code sniff (PHP 7.4, WP Latest)
Process completed with exit code 1.
Code sniff (PHP 7.4, WP Latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/