mirror of
https://github.com/openai/codex.git
synced 2026-05-03 12:52:11 +03:00
## Summary 1. Add a Security Boundaries section to `SECURITY.md`. 2. Point readers to the Codex Agent approvals and security documentation for sandboxing, approvals, and network controls. ## Validation 1. Reviewed the `SECURITY.md` diff in a clean worktree. 2. No tests run. Docs only change.
12 lines
271 B
Python
12 lines
271 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "app-server",
|
|
crate_name = "codex_app_server",
|
|
integration_test_tags_extra_by_stem = {
|
|
"all": ["flaky"],
|
|
},
|
|
integration_test_timeout = "long",
|
|
test_tags = ["no-sandbox"],
|
|
)
|