core-agent-ide/codex-rs/cli/src
Jeremy Rose 8501b0b768
core: widen sandbox to allow certificate ops when network is enabled (#5980)
This allows `gh api` to work in the workspace-write sandbox w/ network
enabled. Without this we see e.g.

```
$ codex debug seatbelt --full-auto gh api repos/openai/codex/pulls --paginate -X GET -F state=all
Get "https://api.github.com/repos/openai/codex/pulls?per_page=100&state=all": tls: failed to verify certificate: x509: OSStatus -26276
```
2025-11-06 12:47:20 -08:00
..
debug_sandbox.rs core: widen sandbox to allow certificate ops when network is enabled (#5980) 2025-11-06 12:47:20 -08:00
exit_status.rs feat: experimental env var: CODEX_SANDBOX_NETWORK_DISABLED (#879) 2025-05-09 18:29:34 -07:00
lib.rs Windows Sandbox - Alpha version (#4905) 2025-10-30 15:51:57 -07:00
login.rs [Auth] Choose which auth storage to use based on config (#5792) 2025-10-27 19:41:49 -07:00
main.rs fix: --search shouldn't show deprecation message (#6180) 2025-11-04 00:11:50 +00:00
mcp_cmd.rs fix: Update the deprecation message to link to the docs (#6211) 2025-11-04 21:02:27 +00:00