Skip to content

Commit b4c77b8

Browse files
author
Esben Sparre Andreasen
committed
JS: s/can not/cannot/
1 parent 218c0cb commit b4c77b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ module TypeConfusionThroughParameterTampering {
102102
LengthAccess() {
103103
exists (DataFlow::PropRead read |
104104
read.accesses(this, "length") and
105-
// exclude truthiness checks on the length: an array/string confusion can not control an emptiness check
105+
// exclude truthiness checks on the length: an array/string confusion cannot control an emptiness check
106106
not (
107107
exists (ConditionGuardNode cond |
108108
read.asExpr() = cond.getTest()

0 commit comments

Comments
 (0)