mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Add column to list of banned commands for the asdf codebase
This commit is contained in:
parent
cfa66b9109
commit
4219f9f5b1
@ -9,7 +9,9 @@ banned_commands=(
|
||||
# It's best to avoid eval as it makes it easier to accidentally execute
|
||||
# arbitrary strings
|
||||
eval
|
||||
|
||||
# Command isn't included in the Ubuntu packages asdf depends on. Also not
|
||||
# defined in POSIX
|
||||
column
|
||||
# does not work on alpine and should be grep -i either way
|
||||
"grep -y"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user