project-nomad/install
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
..
sidecar-disk-collector fix(disk): correct storage display by fixing device matching and dedup mount entries 2026-03-20 11:46:10 -07:00
sidecar-updater fix: harden shell scripts with set -euo pipefail and safe sed substitution 2026-03-24 09:30:42 +00:00
collect_disk_info.sh feat: disk info collection 2025-12-07 19:13:43 -08:00
entrypoint.sh feat: make Nomad fully composable 2026-03-20 11:46:10 -07:00
install_nomad.sh fix: harden shell scripts with set -euo pipefail and safe sed substitution 2026-03-24 09:30:42 +00:00
management_compose.yaml docs: update port mapping guidance in compose file 2026-03-20 11:46:10 -07:00
migrate-disk-collector.md build: compose and install script updates for disk-collector sidecar 2026-03-14 19:54:51 -07:00
migrate-disk-collector.sh chore: add additional warnings to migrate-disk-collector 2026-03-15 03:19:52 +00:00
run_updater_fixes.sh fix: container update pattern in run_updater_fixes 2026-03-05 04:32:09 +00:00
start_nomad.sh fix: harden shell scripts with set -euo pipefail and safe sed substitution 2026-03-24 09:30:42 +00:00
stop_nomad.sh fix: harden shell scripts with set -euo pipefail and safe sed substitution 2026-03-24 09:30:42 +00:00
uninstall_nomad.sh ops: added a check for docker-compose version in Nomad utility scripts 2026-03-20 11:46:10 -07:00
update_nomad.sh fix: harden shell scripts with set -euo pipefail and safe sed substitution 2026-03-24 09:30:42 +00:00
wikipedia_en_100_mini_2025-06.zim fix(ZIM): host initial zim download in GH repo 2025-09-02 22:44:01 -07:00