You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(#6788): address review feedback on dummy-playback runtime
- Validate playback-comment-url path starts with "/" to prevent argument
injection via gh/glab CLI flags (both two-line and legacy single-line
formats)
- Add dummy-playback row to docs/runtimes.md runtime summary table
- Add Dummy-playback runtime operations section to
docs/contributing/runtime-implementation.md with security matrix note,
playlist format, companion files, fix/feature entries, tracking comment,
and config key table
- Update ValidRuntimes() comment to mention dummy-playback alongside dummy
- Group top-level constants into a const() block
- Move dummy-playback case adjacent to dummy in registry.go
- Add 3 test cases for argument injection prevention
Addresses review feedback on #6789
Copy file name to clipboardExpand all lines: docs/runtimes.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ sandbox, the credentials, and the verdict.
9
9
|**[`claude`](runtimes/claude.md)**| Production agent runs (Claude Code) | Default |
10
10
|**[`pi`](runtimes/pi.md)**| Second runtime, opt-in per repo — Claude, Grok and Gemini on Vertex; GPT via OpenAI WIF (wired, not yet exercised live) | Supported for `triage`, `prioritize`, `code`, `fix`|
0 commit comments