fix(tools): bash: add scp and ssh to banned commands

Add `scp` and `ssh` to the list of banned commands to avoid security
risks and UI issues when asking for user input in the terminal.
This commit is contained in:
Ayman Bagabas
2025-07-21 11:40:17 -04:00
parent d52572191c
commit 46e2fc409e

View File

@@ -55,6 +55,8 @@ var bannedCommands = []string{
"lynx",
"nc",
"safari",
"scp",
"ssh",
"telnet",
"w3m",
"wget",