fix: V-002 security vulnerability

Automated security fix generated by OrbisAI Security
This commit is contained in:
anupamme 2026-08-29 11:09:24 +00:00
parent 3308262dfb
commit 7a2c2a266f
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ END
fi fi
fi fi
local cmd part url ret local cmd part url ret
for cmd in 'curl -kfsSL' 'wget -qO-' 'curl -q -kfsSL' 'wget --no-config -qO-'; do for cmd in 'curl -fsSL' 'wget -qO-' 'curl -q -fsSL' 'wget --no-config -qO-'; do
part=0 part=0
while true; do while true; do
if [ "$part" = 2 ]; then if [ "$part" = 2 ]; then