spawn/sh/e2e/lib
A a9b429e0fd
fix(security): replace eval with safer alternatives in common.sh timeout functions (#3229)
Replace eval-based indirect variable expansion with:
- printenv for environment variable lookups (PROVISION_TIMEOUT_<agent>, AGENT_TIMEOUT_<agent>)
- Case statement lookup tables for builtin per-agent defaults

Fixes #3228

Agent: code-health

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-04-08 11:27:03 +07:00
..
clouds feat(daytona): add Daytona provider (#3168) 2026-04-04 00:36:38 +00:00
ai-review.sh feat(e2e): diff-aware AI review with e2e-last-green tracking (#2893) 2026-03-23 11:21:35 +07:00
common.sh fix(security): replace eval with safer alternatives in common.sh timeout functions (#3229) 2026-04-08 11:27:03 +07:00
interactive.sh fix(e2e): improve interactive harness failure logging (#2951) 2026-03-24 08:45:19 -07:00
provision.sh feat(daytona): add Daytona provider (#3168) 2026-04-04 00:36:38 +00:00
soak.sh feat(qa): telegram soak test on digitalocean + fix bun -e (#2547) 2026-03-12 19:45:18 -04:00
teardown.sh feat(e2e): multi-cloud test suite with cloud driver pattern (#2004) 2026-02-27 19:28:08 -08:00
verify.sh feat(daytona): add Daytona provider (#3168) 2026-04-04 00:36:38 +00:00