fix(security): bump PHP_CodeSniffer to 3.13.6 (CVE-2026-67434) - #19
Merged
Merged
Conversation
Addresses Dependabot alert #2 by upgrading squizlabs/php_codesniffer to the patched release that fixes command injection in Gitblame/Hgblame/Svnblame reports. Co-authored-by: Cursor <cursoragent@cursor.com>
Composer package changesDev Packages (1 packages)
|
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.
Summary
squizlabs/php_codesnifferfrom 3.13.5 to 3.13.6, the patched release that fixes command injection in theGitblame,Hgblame, andSvnblamereports when scanning files with crafted names.composer.jsonconstraint to^3.13.6so future installs stay on a patched version.This project uses the default
Fullreport in CI (phpcs.yml), so runtime risk was low, but the dependency upgrade clears the advisory and keeps dev tooling on a secure baseline.Test plan
composer installcompletes without security advisoriesMade with Cursor