Housekeeping #385
ci.yml
on: pull_request
Matrix: coverage
Matrix: Check Coding Standards
Matrix: Static Analysis
Matrix: unit-tests
Annotations
12 errors
Check Coding Standards (8.2):
includes/avatar-privacy/data-storage/database/class-table.php#L401
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Invalid column name '{$key}'."'.
|
Check Coding Standards (8.2):
includes/avatar-privacy/data-storage/database/class-table.php#L572
Expected 1 space after FUNCTION keyword; 0 found
|
Check Coding Standards (8.2):
includes/avatar-privacy/data-storage/class-filesystem-cache.php#L98
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The cache directory {$this->base_dir} could not be created."'.
|
Check Coding Standards (8.2):
includes/avatar-privacy/components/class-setup.php#L339
Expected 1 space after FUNCTION keyword; 0 found
|
Check Coding Standards (8.2):
includes/avatar-privacy/avatar-handlers/default-icons/generators/class-jdenticon.php#L74
The closing brace for the class must go on the next line after the body
|
Check Coding Standards (8.2):
includes/avatar-privacy/avatar-handlers/default-icons/generators/class-parts-generator.php#L288
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Could not find parts images in {$this->parts_dir}"'.
|
Check Coding Standards (8.2):
includes/avatar-privacy/tools/html/class-user-form.php#L428
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Form field '{$field_name}' not found."'.
|
Check Coding Standards (8.2):
includes/avatar-privacy/tools/images/class-image-file.php#L120
Expected 1 space after FUNCTION keyword; 0 found
|
Check Coding Standards (8.2):
includes/avatar-privacy/tools/images/class-image-file.php#L184
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Error copying $image_url to $temp_file."'.
|
Check Coding Standards (8.2):
includes/avatar-privacy/tools/images/class-image-file.php#L214
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$sideloaded['error']'.
|
Unit tests (PHP 7.4)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires shish/safe ^2 -> satisfiable by shish/safe[2.0.0-alpha.1, ..., v2.6.4].
- shish/safe[2.0.0-alpha.1, ..., v2.5.0] require php ^8.0 -> your php version (7.4.33) does not satisfy that requirement.
- shish/safe[v2.6.0, ..., v2.6.4] require php >= 8.2 -> your php version (7.4.33) does not satisfy that requirement.
|
Unit tests (PHP 7.4)
Process completed with exit code 2.
|