project-nomad/install/sidecar-updater
Claude 9ca20a99e5
fix: harden shell scripts with set -euo pipefail and safe sed substitution
- Add set -euo pipefail to install and update scripts for fail-fast behavior
- Escape sed replacement strings to prevent injection via special characters
- Add || true guards for commands expected to fail (tr pipe, read prompts)
- Validate target_tag in update-watcher to prevent unsafe characters in sed
- Properly quote variable assignments to satisfy strict mode

https://claude.ai/code/session_01JFvpTYgm8GiE4vJ4cJKsFx
2026-03-24 09:30:42 +00:00
..
Dockerfile fix: update channel flexibility 2026-03-05 04:06:56 +00:00
update-watcher.sh fix: harden shell scripts with set -euo pipefail and safe sed substitution 2026-03-24 09:30:42 +00:00