mirror of
https://mirror.skon.top/github.com/affaan-m/everything-claude-code
synced 2026-04-23 02:24:07 +08:00
Security fix: Prevent command injection in Prettier hook by using execFileSync with array arguments instead of execSync with string concatenation.