mirror of
https://github.com/github/codeql.git
synced 2026-01-30 06:42:57 +01:00
Add awk and similar
This commit is contained in:
@@ -137,7 +137,11 @@ private string getASudoCommand() {
|
||||
result = "system" or
|
||||
result = "timeout" or
|
||||
result = "xargs" or
|
||||
result = "time"
|
||||
result = "time" or
|
||||
result = "awk" or
|
||||
result = "gawk" or
|
||||
result = "mawk" or
|
||||
result = "nawk"
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user