What's wrong with this entry?
Anonymous. No account, no email.
What: Added support for substring-based command filtering in the sandbox configuration through the new tengu_sandbox_disabled_commands feature gate.
How it works:
The sandbox now supports two methods for disabling commands:
- Exact command matching (existing
unsandboxedCommandsin settings) - Substring matching (new
tengu_sandbox_disabled_commandsfeature flag)
Details:
- Substring matching allows blocking commands that contain specific patterns anywhere in the command string
- The new
tengu_sandbox_disabled_commandsfeature flag providescommandsandsubstringsarrays - Both methods are combined when evaluating whether a command should bypass sandboxing
- Evidence:
Qg2()function at line 379010 in v1.0.127 (replacesqu2()at line 383844 in v1.0.126)