mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
update docstring for getAShellChar
Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
@@ -162,7 +162,7 @@ module UnsafeShellCommandConstruction {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets all the unsafe shell chars.
|
||||
* Gets an unsafe shell character.
|
||||
*/
|
||||
private string getAShellChar() {
|
||||
result = ["&", "`", "$", "|", ">", "<", "#", ";", "(", ")", "[", "]", "\n"]
|
||||
|
||||
Reference in New Issue
Block a user