Files
shockbot/utils
David Blass bc28c658f2 harden sandbox escape vectors for bash disabled/restricted modes (#257)
* harden sandbox escape vectors for bash disabled/restricted modes

block git config injection (-c flag as subcommand), dangerous subcommands
(config, submodule, rebase, bisect), code-executing arg flags (--exec,
--extcmd), .gitattributes/.gitmodules writes, and package lifecycle scripts.
add retry logic to test runner for transient failures. add security unit
tests and adhoc attack tests.

Co-authored-by: Cursor <cursoragent@cursor.com>

* only filter subcommands in nobash, remove nobash from ui

* use regex matching

* iterate on tests

* simplify githooks

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-11 02:02:41 +00:00
..
2026-01-15 22:06:53 +00:00
2026-01-28 07:47:52 +00:00
2026-01-16 07:16:25 +00:00
2026-02-06 07:16:14 +00:00
2025-12-27 16:28:41 -08:00
2026-01-29 22:49:00 +00:00
2026-02-06 07:16:14 +00:00
2026-02-10 05:04:46 +00:00