Skip to content

Commit 8b03ab0

Browse files
erik-kroghesbena
andcommitted
update docstring for getAShellChar
Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
1 parent 2aa59a3 commit 8b03ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/security/dataflow/UnsafeShellCommandConstructionCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ module UnsafeShellCommandConstruction {
162162
}
163163

164164
/**
165-
* Gets all the unsafe shell chars.
165+
* Gets an unsafe shell character.
166166
*/
167167
private string getAShellChar() {
168168
result = ["&", "`", "$", "|", ">", "<", "#", ";", "(", ")", "[", "]", "\n"]

0 commit comments

Comments
 (0)