Files
OliveTin/service/internal/executor/executor_unix.go
jamesread d020eb06fe feature: Exec array support for safer command execution
- Add Exec []string field to Action struct for direct execution
- Support exec arrays that execute commands without shell wrapping
- Add shell argument safety validation to prevent unsafe argument types
- Block URL, email, raw_string_multiline with Shell execution
- Direct exec execution is preferred over Shell for better security
- Backport of exec-feature to release/2k
2025-10-26 16:48:34 +00:00

967 B