We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218c0cb commit b4c77b8Copy full SHA for b4c77b8
javascript/ql/src/semmle/javascript/security/dataflow/TypeConfusionThroughParameterTampering.qll
@@ -102,7 +102,7 @@ module TypeConfusionThroughParameterTampering {
102
LengthAccess() {
103
exists (DataFlow::PropRead read |
104
read.accesses(this, "length") and
105
- // exclude truthiness checks on the length: an array/string confusion can not control an emptiness check
+ // exclude truthiness checks on the length: an array/string confusion cannot control an emptiness check
106
not (
107
exists (ConditionGuardNode cond |
108
read.asExpr() = cond.getTest()
0 commit comments