mirror of
https://github.com/LeeGaoGao/ECC.git
synced 2026-07-23 03:23:09 +00:00
Security fix: Prevent command injection in Prettier hook by using execFileSync with array arguments instead of execSync with string concatenation.