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 path injection in shim generation, JSON escaping, and legacy tracker compat
- Escape runtime paths in bitlesson-selector shim using single-quoted
strings to prevent command injection via paths containing shell
metacharacters
- JSON-escape runtime_root before template substitution in
install-codex-hooks.sh to prevent JSON corruption from paths
containing quotes or backslashes
- Allow goal-tracker edits on legacy trackers that lack the
IMMUTABLE SECTION header instead of blocking all writes
0 commit comments