Bump squizlabs/php_codesniffer to 3.13.6 (CVE-2026-67434) - #770
Merged
Conversation
3.13.5 has a known OS command injection vulnerability (GHSA-hmqg-cxww-wqhq), which makes the Security workflow fail on every PR. Dev dependency only; composer check-cs verified working on 3.13.6. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Test merged PR on Playground |
Contributor
Composer package changes
|
Contributor
✅ Code Coverage Report
🎉 Great job maintaining/improving code coverage! ℹ️ About this report
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps the dev dependency
squizlabs/php_codesniffer3.13.5 → 3.13.6 incomposer.lock.Why
3.13.5 has a known OS command injection vulnerability (CVE-2026-67434 / GHSA-hmqg-cxww-wqhq), which currently makes the Security workflow fail on every PR (first seen on #769, but it fails regardless of branch).
Same spirit as #768 (WPCS 3.4.1 security bump).
Verification
composer check-cspasses on 3.13.6 (clean run against develop).Note for the team
The
test(Plugin Check) workflow also fails repo-wide right now for a separate reason:readme.txtsaysTested up to: 6.9while WordPress 7.0 is current (outdated_tested_upto_headererror). Bumping that is a product statement, so it's deliberately not part of this PR.🤖 Generated with Claude Code