-
Notifications
You must be signed in to change notification settings - Fork 85
Validate and remove corrupted cache files during plugin/theme installation #472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Create PackageValidator class to validate downloaded zip files - Implement validation checks: file size >= 20 bytes and zip integrity test with unzip - Create UpgraderWithValidation trait for WP_Upgrader classes - Add ValidatingPluginUpgrader and ValidatingThemeUpgrader classes - Update DestructivePluginUpgrader and DestructiveThemeUpgrader to use validation - Integrate validation into Plugin_Command and Theme_Command Co-authored-by: swissspidy <[email protected]>
Instead of attempting automatic retry, delete corrupted file and ask user to retry. This is simpler and more reliable since WP-CLI cache manager handles re-downloads. Co-authored-by: swissspidy <[email protected]>
- Suppress unzip command output to avoid cluttering console - Use platform-appropriate null device (NUL on Windows, /dev/null on Unix) - Add proper output redirection for both version check and validation Co-authored-by: swissspidy <[email protected]>
Add exclusions for PackageValidator, ValidatingPluginUpgrader, ValidatingThemeUpgrader, and UpgraderWithValidation from namespace prefix rules Co-authored-by: swissspidy <[email protected]>
- Properly escape null device path in shell commands to prevent injection - Remove error suppression operator and add explicit error logging - Use more precise phpcs exclude patterns instead of wildcards Co-authored-by: swissspidy <[email protected]>
Added comments explaining that null device paths are hardcoded constants and safe to use in shell commands, addressing static analysis concerns. Co-authored-by: swissspidy <[email protected]>
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
Perhaps this should be addressed in
If that's too much, it could be added to |
|
Closing as per #123 (comment) |
Cached plugin/theme downloads can become corrupted (expired license returning error text, interrupted downloads, disk issues). WP-CLI reuses these corrupted files without validation, causing repeated installation failures.
Changes
Validation logic (
PackageValidator.php)unzip -tintegrity test when availableIntegration (
UpgraderWithValidation.phptrait)WP_Upgrader::download_package()to validate before useUpgrader classes
ValidatingPluginUpgrader/ValidatingThemeUpgrader- normal installationsDestructivePluginUpgrader/DestructiveThemeUpgrader- forced installationsExample
Previously, the 7-byte cache file would be reused indefinitely until manually deleted.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/Behat/Behat/zipball/1b6b08efa995fe4135901b862d112adc7e95ecbb/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/Behat/Gherkin/zipball/05a7459283e8e6af0d46ec25b8bb5960ca3cfa7b/usr/bin/php8.3 -n -c /tmp/J3JIXy /usr/bin/composer install(http block)/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/8e89a01c7b8fed84a12a2a7f5a23a44cdbe4f62e/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/8b8e17615d04f2fc2cd46fc1d2fd888fa21b3cf9/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0ca86845ce43291e8f5692c7356fccf3bcf02bf4/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/e9cf5e4bbf7eeaf9ef5db34938942602838fc2b1/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/ff4efdd80e094a81fd6329b570c9a632f21d42b4/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/d2421de7cec3274ae622c22c744de9a62c7925af/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/134921bfca9b02d8f374c48381451da1d98402f9/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/bobthecow/mustache.php/zipball/176b6b21d68516dd5107a63ab71b0050e518b7a4/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e/usr/bin/php8.3 -n -c /tmp/J3JIXy /usr/bin/composer install(http block)/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95/usr/bin/php8.3 -n -c /tmp/J3JIXy /usr/bin/composer install(http block)/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3/usr/bin/php8.3 -n -c /tmp/J3JIXy /usr/bin/composer install(http block)/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/php-parallel-lint/PHP-Console-Color/zipball/7adfefd530aa2d7570ba87100a99e2483a543b88/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/php-parallel-lint/PHP-Console-Highlighter/zipball/5b4803384d3303cf8e84141039ef56c8a123138d/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/6db563514f27e19595a19f45a4bf757b6401194e/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/abeb5a8b58fda7ac21f15ee596f302f2959a7114/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/phpstan/extension-installer/zipball/85e90b3942d06b2326fba0403ec24fe912372936/usr/bin/php8.3 -n -c /tmp/J3JIXy /usr/bin/composer install(http block)/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/f94d246cc143ec5a23da868f8f7e1393b50eaa82/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/72a6721c9b64b3e4c9db55abbc38f790b318267e/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/b564ca479e7e735f750aaac4935af965572a7845/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/phpstan/phpstan/zipball/2770dcdf5078d0b0d53f94317e06affe88419aa8/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a94ea4d26d865875803b23aaf78c3c2c670ea2ea/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/sebastianbergmann/version/zipball/3e6ccf7657d4f0a59200564b08cead899313b53c/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/symfony/console/zipball/cdb80fa5869653c83cfe1a9084a673b6daf57ea7/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/symfony/dependency-injection/zipball/82119812ab0bf3425c1234d413efd1b19bb92ae4/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/symfony/event-dispatcher/zipball/b7dc69e71de420ac04bc9ab830cf3ffebba48191/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/symfony/finder/zipball/9f696d2f1e340484b4683f7853b273abff94421f/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/symfony/translation/zipball/ec25870502d0c7072d086e8ffba1420c85965174/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/symfony/var-exporter/zipball/0f020b544a30a7fe8ba972e53ee48a74c0bc87f4/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/symfony/yaml/zipball/90208e2fc6f68f613eae7ca25a2458a931b1bacc/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/wp-cli/cache-command/zipball/14f76b0bc8f9fa0a680e9c70e18fcf627774d055/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/wp-cli/entity-command/zipball/896b7fb5ed51fe556017b2c71126947db5cd2b68/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/wp-cli/eval-command/zipball/20ec428a7b9bc604fab0bd33ee8fa20662650455/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/wp-cli/language-command/zipball/ad1bbfbf2699eff415436a00bb4195900fa1cfe5/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/wp-cli/php-cli-tools/zipball/f12b650d3738e471baed6dd47982d53c5c0ab1c3/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/wp-cli/scaffold-command/zipball/cd1e49a393b1af4eee4f5ccc3ac562862c65ccdf/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/wp-cli/spyc/zipball/6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/wp-cli/wp-cli-tests/zipball/75b660dddaa9f512d104d93da4a0a3ede1183a93/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)https://api.github.com/repos/wp-cli/wp-cli/zipball/ee4fb67b12eb904527bde1c4a0a4d6538a14681a/usr/bin/php8.3 -n -c /tmp/yUk5eU /usr/bin/composer install --no-interaction(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.