We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13a825 commit 8a99661Copy full SHA for 8a99661
javascript/frameworks/cap/lib/advanced_security/javascript/frameworks/cap/CAPCqlInjectionQuery.qll
@@ -69,7 +69,6 @@ class CqlInjectionConfiguration extends TaintTracking::Configuration {
69
node = queryRunnerCall.(CqlQueryRunnerCall).getAQueryParameter()
70
)
71
or
72
- /* 3. An await expression that */
73
exists(AwaitExpr await, CqlClauseWithStringConcatParameter cqlClauseWithStringConcat |
74
node = await.flow() and
75
await.getOperand() = cqlClauseWithStringConcat.(CqlClause).asExpr()
0 commit comments