File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,7 @@ string callName(Nameable call) {
5151}
5252
5353string configName ( ProtocolConfiguration protocolConfiguration ) {
54- result =
55- "call to " + callName ( protocolConfiguration .( DataFlow:: CallCfgNode ) .getFunction ( ) )
54+ result = "call to " + callName ( protocolConfiguration .( DataFlow:: CallCfgNode ) .getFunction ( ) )
5655 or
5756 not protocolConfiguration instanceof DataFlow:: CallCfgNode and
5857 not protocolConfiguration instanceof ContextCreation and
Original file line number Diff line number Diff line change @@ -122,7 +122,5 @@ DataFlow::Node execute() { execute(DataFlow::TypeTracker::end()).flowsTo(result)
122122private class ExecuteCall extends SqlExecution:: Range , DataFlow:: CallCfgNode {
123123 ExecuteCall ( ) { this .getFunction ( ) = execute ( ) }
124124
125- override DataFlow:: Node getSql ( ) {
126- result in [ this .getArg ( 0 ) , this .getArgByName ( "sql" ) ]
127- }
125+ override DataFlow:: Node getSql ( ) { result in [ this .getArg ( 0 ) , this .getArgByName ( "sql" ) ] }
128126}
You can’t perform that action at this time.
0 commit comments