prevent RCEs with crafted video files urls

This commit is contained in:
Marco Piovanello
2025-07-23 10:16:40 +02:00
committed by GitHub
parent 8a73079fad
commit f7539d8abf

View File

@@ -93,6 +93,7 @@ func (p *Process) Start() {
baseParams := []string{
strings.Split(p.Url, "?list")[0], //no playlist
"--no-exec",
"--newline",
"--no-colors",
"--no-playlist",