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) {
51
51
}
52
52
53
53
string configName ( ProtocolConfiguration protocolConfiguration ) {
54
- result =
55
- "call to " + callName ( protocolConfiguration .( DataFlow:: CallCfgNode ) .getFunction ( ) )
54
+ result = "call to " + callName ( protocolConfiguration .( DataFlow:: CallCfgNode ) .getFunction ( ) )
56
55
or
57
56
not protocolConfiguration instanceof DataFlow:: CallCfgNode and
58
57
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)
122
122
private class ExecuteCall extends SqlExecution:: Range , DataFlow:: CallCfgNode {
123
123
ExecuteCall ( ) { this .getFunction ( ) = execute ( ) }
124
124
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" ) ] }
128
126
}
You can’t perform that action at this time.
0 commit comments