Skip to content

Commit 6423c32

Browse files
erik-kroghesbena
andauthored
Update javascript/ql/src/semmle/javascript/security/dataflow/UnsafeShellCommandConstructionCustomizations.qll
Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
1 parent 7eab085 commit 6423c32

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
@@ -245,7 +245,7 @@ module UnsafeShellCommandConstruction {
245245
}
246246

247247
/**
248-
* A sanitizer for a single char, where the char cannot be an unsafe shell char.
248+
* A sanitizer for a single character, where the character cannot be an unsafe shell character.
249249
*/
250250
class SanitizedChar extends Sanitizer, DataFlow::ValueNode {
251251
override PropAccess astNode;

0 commit comments

Comments
 (0)