claude-code-best/packages/@ant
James Feng 2249f184ba fix: resolve 17 CodeQL alerts — log injection, command injection, ReDoS
- acp/client.ts: add _sanitize helper with CR/LF escaping to prevent
  js/log-injection in 20 console.log/error calls (15 flagged alerts)
- execFileNoThrowPortable.ts: remove redundant env:process.env from
  execaSync (already inherited by default) — fixes js/indirect-command-line-injection
- toolCalls.ts: replace ambiguous regex [\w.-]* with non-backtracking
  [\w-]*(\.[\w-]*)+ and add 255-char length guard — fixes js/polynomial-redos

Validation: bun run check:fix ✓, bunx tsc --noEmit (0 new errors) ✓,
bun run build ✓
2026-06-08 10:10:29 +08:00
..
claude-for-chrome-mcp chore: restore chrome and computer use mcp packages 2026-06-07 02:32:44 +08:00
computer-use-input feat: enable Computer Use on Windows and Linux (#145) 2026-04-06 09:57:55 +08:00
computer-use-mcp fix: resolve 17 CodeQL alerts — log injection, command injection, ReDoS 2026-06-08 10:10:29 +08:00
computer-use-swift feat(bridge): tsc 全绿 — 补齐 Bridge/UDS/TCP/ACP 远程控制链类型 2026-06-02 11:26:11 +08:00
ink chore: merge 4 upstream commits — Grok adapter, OpenAI image, CodeRabbit fix, tsc fix 2026-06-04 21:30:40 +08:00
model-provider feat: merge 4 upstream improvements (effort + sideQuery routing + agent hints + plan/paste fixes) 2026-06-02 02:29:54 +08:00