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

Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
Erik Krogh Kristensen
2021-01-07 22:02:39 +01:00
committed by GitHub
parent 7eab08511b
commit 6423c32990

View File

@@ -245,7 +245,7 @@ module UnsafeShellCommandConstruction {
}
/**
* A sanitizer for a single char, where the char cannot be an unsafe shell char.
* A sanitizer for a single character, where the character cannot be an unsafe shell character.
*/
class SanitizedChar extends Sanitizer, DataFlow::ValueNode {
override PropAccess astNode;