You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Escape backticks in show_help heredoc to prevent command substitution
The unquoted heredoc in show_help() caused Bash to interpret raw
backticks as command substitution, potentially executing unintended
commands when users ran --help.
0 commit comments