You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Harden phpcs utilities against shell and option injection
Escape each changed path with escapeshellarg() and prefix it with ./ so a
crafted filename can neither inject shell metacharacters nor be parsed by
PHPCS as an option (e.g. --bootstrap=...). Also fixes two pre-existing
style nits in phpcs-push. Matches the canonical fix in core Winter.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments