core-agent-ide/codex-rs/execpolicy/src
Michael Bolin 5a5aa89914
chore: replace regex with regex-lite, where appropriate (#1200)
As explained on https://crates.io/crates/regex-lite, `regex-lite` is a
lighter alternative to `regex` and seems to be sufficient for our
purposes.
2025-06-02 17:11:45 -07:00
..
arg_matcher.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
arg_resolver.rs Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#903) 2025-05-14 09:39:49 -07:00
arg_type.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
default.policy Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#903) 2025-05-14 09:39:49 -07:00
error.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
exec_call.rs feat: introduce codex_execpolicy crate for defining "safe" commands (#634) 2025-04-24 17:14:47 -07:00
execv_checker.rs fix: enable clippy on tests (#870) 2025-05-08 16:02:56 -07:00
lib.rs feat: introduce codex_execpolicy crate for defining "safe" commands (#634) 2025-04-24 17:14:47 -07:00
main.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
opt.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
policy.rs chore: replace regex with regex-lite, where appropriate (#1200) 2025-06-02 17:11:45 -07:00
policy_parser.rs chore: replace regex with regex-lite, where appropriate (#1200) 2025-06-02 17:11:45 -07:00
program.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
sed_command.rs feat: introduce codex_execpolicy crate for defining "safe" commands (#634) 2025-04-24 17:14:47 -07:00
valid_exec.rs feat: introduce codex_execpolicy crate for defining "safe" commands (#634) 2025-04-24 17:14:47 -07:00