Update GH Actions #477
Annotations
10 errors and 1 warning
PHPCS check:
includes/sync/class-bc-playlists.php#L47
Detected usage of a possibly undefined superglobal array index: $_POST['nonce']. Use isset() or empty() to check the index exists before using it
|
PHPCS check:
includes/sync/class-bc-playlists.php#L47
$_POST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
|
PHPCS check:
includes/sync/class-bc-playlists.php#L47
Detected usage of a non-sanitized input variable: $_POST['nonce']
|
PHPCS check:
includes/sync/class-bc-videos.php#L246
Function closing brace must go on the next line following the body; found 1 blank lines before brace
|
PHPCS check:
includes/class-bc-labels.php#L83
Function closing brace must go on the next line following the body; found 1 blank lines before brace
|
PHPCS check:
includes/class-bc-labels.php#L116
Detected usage of a possibly undefined superglobal array index: $_POST['brightcove-edit-label-nonce']. Use isset() or empty() to check the index exists before using it
|
PHPCS check:
includes/class-bc-labels.php#L122
$_POST['label-update'] not unslashed before sanitization. Use wp_unslash() or similar
|
PHPCS check:
includes/class-bc-labels.php#L123
$_POST['label-path'] not unslashed before sanitization. Use wp_unslash() or similar
|
PHPCS check:
includes/class-bc-labels.php#L134
Detected usage of a possibly undefined superglobal array index: $_POST['brightcove-add-label-nonce']. Use isset() or empty() to check the index exists before using it
|
PHPCS check:
includes/class-bc-labels.php#L138
$_POST['label-name'] not unslashed before sanitization. Use wp_unslash() or similar
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading