Skip to content

Commit 8a99661

Browse files
committed
Remove unneeded comment
1 parent a13a825 commit 8a99661

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

javascript/frameworks/cap/lib/advanced_security/javascript/frameworks/cap/CAPCqlInjectionQuery.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ class CqlInjectionConfiguration extends TaintTracking::Configuration {
6969
node = queryRunnerCall.(CqlQueryRunnerCall).getAQueryParameter()
7070
)
7171
or
72-
/* 3. An await expression that */
7372
exists(AwaitExpr await, CqlClauseWithStringConcatParameter cqlClauseWithStringConcat |
7473
node = await.flow() and
7574
await.getOperand() = cqlClauseWithStringConcat.(CqlClause).asExpr()

0 commit comments

Comments
 (0)