Skip to content

ci: add workflow to run wp plugin checks #1

ci: add workflow to run wp plugin checks

ci: add workflow to run wp plugin checks #1

Triggered via push September 22, 2024 11:40
Status Failure
Total duration 1m 47s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
hidden_files: .eslintrc.json#L1
Hidden files are not permitted.
WordPress.WP.AlternativeFunctions.file_system_operations_readfile: inc/class-cachify-hdd.php#L129
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: readfile().
WordPress.WP.AlternativeFunctions.file_system_operations_fopen: inc/class-cachify-hdd.php#L208
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
WordPress.WP.AlternativeFunctions.file_system_operations_fwrite: inc/class-cachify-hdd.php#L215
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
WordPress.WP.AlternativeFunctions.file_system_operations_fclose: inc/class-cachify-hdd.php#L216
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
WordPress.WP.AlternativeFunctions.file_system_operations_chmod: inc/class-cachify-hdd.php#L223
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
WordPress.WP.AlternativeFunctions.file_system_operations_rmdir: inc/class-cachify-hdd.php#L261
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
WordPress.WP.AlternativeFunctions.unlink_unlink: inc/class-cachify-hdd.php#L265
unlink() is discouraged. Use wp_delete_file() to delete a file.
WordPress.WP.AlternativeFunctions.file_system_operations_rmdir: inc/class-cachify-hdd.php#L271
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
check
Process completed with exit code 1.
WordPress.DB.DirectDatabaseQuery.DirectQuery: inc/class-cachify-hdd.php#L428
Use of a direct database call is discouraged.
WordPress.DB.DirectDatabaseQuery.NoCaching: inc/class-cachify-hdd.php#L428
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WordPress.Security.NonceVerification.Recommended: inc/class-cachify.php#L197
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Recommended: inc/class-cachify.php#L264
Processing form data without nonce verification.
WordPress.DB.DirectDatabaseQuery.DirectQuery: inc/class-cachify.php#L332
Use of a direct database call is discouraged.
WordPress.DB.DirectDatabaseQuery.NoCaching: inc/class-cachify.php#L332
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WordPress.Security.NonceVerification.Recommended: inc/class-cachify.php#L702
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Recommended: inc/class-cachify.php#L702
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Recommended: inc/class-cachify.php#L1397
Processing form data without nonce verification.
WordPress.Security.NonceVerification.Recommended: inc/class-cachify.php#L1858
Processing form data without nonce verification.