Commit Graph

4 Commits

Author SHA1 Message Date
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
James Read
7110399d41 fix: Bug that caused duplicate links (eg Diagnostics and Logs) in the nav bar (#595) 2025-05-31 19:20:37 +00:00
James Read
c20eea29cd feat: win unicode flag (#590)
Some checks failed
Build Snapshot / build-snapshot (push) Has been cancelled
DevSkim / DevSkim (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
2025-05-26 07:33:22 +00:00
James Read
ff31abe66c refactor: Project directories (#541)
Some checks failed
Build Snapshot / build-snapshot (push) Waiting to run
DevSkim / DevSkim (push) Waiting to run
Buf CI / buf (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Codestyle checks / codestyle (push) Has been cancelled
2025-03-22 01:06:59 +00:00