update docstring for getAShellChar

Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
Erik Krogh Kristensen
2021-01-07 13:48:43 +01:00
parent 2aa59a3f8b
commit 8b03ab0c01

View File

@@ -162,7 +162,7 @@ module UnsafeShellCommandConstruction {
}
/**
* Gets all the unsafe shell chars.
* Gets an unsafe shell character.
*/
private string getAShellChar() {
result = ["&", "`", "$", "|", ">", "<", "#", ";", "(", ")", "[", "]", "\n"]