claude-code-best/packages/remote-control-server/web
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
..
components chore: align remote control web ui with upstream 2026-06-07 02:35:51 +08:00
src fix: resolve 17 CodeQL alerts — log injection, command injection, ReDoS 2026-06-08 10:10:29 +08:00
index.html feat: ACP 协议版本 remote control (#293) 2026-06-04 23:53:06 +08:00
tsconfig.json feat: 支持 acp-link 包进行 acp 通用的 remote-control (#292) 2026-06-04 23:52:35 +08:00
vite.config.ts chore: align remote control web ui with upstream 2026-06-07 02:35:51 +08:00