claude-code-best/packages/@ant/computer-use-mcp
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
..
src fix: resolve 17 CodeQL alerts — log injection, command injection, ReDoS 2026-06-08 10:10:29 +08:00
package.json chore: restore chrome and computer use mcp packages 2026-06-07 02:32:44 +08:00
tsconfig.json chore: restore chrome and computer use mcp packages 2026-06-07 02:32:44 +08:00