File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
javascript/frameworks/cap/lib/advanced_security/javascript/frameworks/cap Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ class CqlClauseParserCallWithStringConcat instanceof CqlClauseParserCall {
162162class CqlInjectionConfiguration extends TaintTracking:: Configuration {
163163 CqlInjectionConfiguration ( ) { this = "CQL injection from untrusted data" }
164164
165- override predicate isSource ( DataFlow:: Node source ) { source instanceof RemoteFlowSource }
165+ override predicate isSource ( DataFlow:: Node node ) { node instanceof RemoteFlowSource }
166166
167167 override predicate isSink ( DataFlow:: Node node ) { node instanceof CqlInjectionSink }
168168
@@ -174,7 +174,7 @@ class CqlInjectionConfiguration extends TaintTracking::Configuration {
174174 */
175175
176176 exists ( CqlClauseParserCall cqlParserCall |
177- start = cqlParserCall .( CqlClauseParserCall ) . getAnArgument ( ) and
177+ start = cqlParserCall .getAnArgument ( ) and
178178 end = cqlParserCall
179179 )
180180 or
You can’t perform that action at this time.
0 commit comments