mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 03:49:31 +00:00
* fix(e2e): harden pkill regex escaping against all metacharacters (#2911) The sed character class `[.[\*^$]` was malformed and missed several extended regex metacharacters (+, ?, (, ), {, }, |). Replace with a correct bracket expression that escapes all POSIX ERE metacharacters. Although app_name is already validated to [A-Za-z0-9._-], fixing the escaping is defense-in-depth against future changes to the validation. Agent: security-auditor Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(e2e): correct sed bracket expression to escape ] character Place ] first in character class so it's treated as literal. Use \\ to match literal backslash. Agent: pr-maintainer Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| aws | ||
| cli | ||
| digitalocean | ||
| docker | ||
| e2e | ||
| gcp | ||
| hetzner | ||
| local | ||
| shared | ||
| sprite | ||
| test | ||