Add bounded stdin to owner execution
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a06def-6490-7033-8448-2eab2d12ed44
This commit is contained in:
parent
fd9297810c
commit
b6655d8859
15 changed files with 74 additions and 17 deletions
|
|
@ -91,6 +91,11 @@ The authenticated HTTP smoke subsequently exposed and fixed a lifecycle defect:
|
|||
could disappear before a later API `exec`. Owner sandboxes now persist across
|
||||
requests and remain bounded by explicit destroy, TTL expiry, and stale reaping.
|
||||
|
||||
The consumer-contract audit also found that Glas needs to create a private task
|
||||
file without writing through the host mirror or putting prompt content in argv.
|
||||
Owner exec now supports bounded `stdin_text` (1,000,000 UTF-8 bytes), delivers it
|
||||
only to the child process, and excludes it from results and lifecycle evidence.
|
||||
|
||||
## Prove one governed rein and coordinate consumers
|
||||
|
||||
```task
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue