add missing references to dash

This commit is contained in:
Austin English
2016-12-20 16:14:18 -06:00
committed by koalaman
parent c2850e436f
commit af87fe9315
2 changed files with 3 additions and 3 deletions

View File

@@ -337,7 +337,7 @@ checkInjectableFindSh = CommandCheck (Basename "find") (check . arguments)
pattern = [
(`elem` ["-exec", "-execdir"]),
(`elem` ["sh", "bash", "ksh"]),
(`elem` ["sh", "bash", "dash", "ksh"]),
(== "-c")
]
action (id, arg) =