armbian-build/lib/functions/cli
Igor Velkov 3fc5d517cd
(#9400 P1b) cli: utils-cli: replace eval with declare -g
eval "declare -g $name=\"$value\"" is equivalent to the safer
declare -g "${name}=${value}" which avoids code injection risk.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-02 02:50:49 +02:00
..
cli-artifact.sh chore: update copyright years to 2026 2025-12-25 12:03:34 +01:00
cli-build.sh chore: update copyright years to 2026 2025-12-25 12:03:34 +01:00
cli-configdump.sh chore: update copyright years to 2026 2025-12-25 12:03:34 +01:00
cli-distccd.sh chore: update copyright years to 2026 2025-12-25 12:03:34 +01:00
cli-docker.sh docker: improve auto-pull cronjob with opt-in flag and cleanup 2026-02-01 00:22:54 +01:00
cli-flash.sh chore: update copyright years to 2026 2025-12-25 12:03:34 +01:00
cli-jsoninfo.sh chore: update copyright years to 2026 2025-12-25 12:03:34 +01:00
cli-oras.sh chore: update copyright years to 2026 2025-12-25 12:03:34 +01:00
cli-patch.sh chore: update copyright years to 2026 2025-12-25 12:03:34 +01:00
cli-requirements.sh docker: improve auto-pull cronjob with opt-in flag and cleanup 2026-02-01 00:22:54 +01:00
cli-undecided.sh chore: update copyright years to 2026 2025-12-25 12:03:34 +01:00
commands.sh chore: update copyright years to 2026 2025-12-25 12:03:34 +01:00
entrypoint.sh chore: update copyright years to 2026 2025-12-25 12:03:34 +01:00
utils-cli.sh (#9400 P1b) cli: utils-cli: replace eval with declare -g 2026-03-02 02:50:49 +02:00