Prevent RCEs with crafted inputs

This commit is contained in:
Marco Piovanello
2025-07-23 10:21:34 +02:00
committed by GitHub
parent 8a73079fad
commit 14a03d6a77

View File

@@ -100,6 +100,7 @@ func (p *Process) Start() {
templateReplacer.Replace(downloadTemplate),
"--progress-template",
templateReplacer.Replace(postprocessTemplate),
"--no-exec",
}
// if user asked to manually override the output path...