From 6ee76817933a7a1b6007c95435fc07d925638dbb Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Tue, 31 Mar 2026 17:34:04 +0200 Subject: [PATCH] Add example to reproduce issue #8854: env var fallback in volume paths (#70) Demonstrates that array/long syntax volumes with ${VAR:-default} fallback values cause "Convert to file" to fail with a command injection error. Co-authored-by: Claude Opus 4.6