File tree Expand file tree Collapse file tree 5 files changed +25
-0
lines changed
go/ql/lib/semmle/go/dataflow/internal
java/ql/lib/semmle/code/java/dataflow/internal
python/ql/lib/semmle/python/dataflow/new/internal
ruby/ql/lib/codeql/ruby/dataflow/internal
swift/ql/lib/codeql/swift/dataflow/internal Expand file tree Collapse file tree 5 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,11 @@ module Public {
180180 result = "Argument[" + getParameterPosition ( pos ) + "]"
181181 )
182182 or
183+ exists ( string synthetic |
184+ sc = TSyntheticGlobalSummaryComponent ( synthetic ) and
185+ result = "SyntheticGlobal[" + synthetic + "]"
186+ )
187+ or
183188 sc = TReturnSummaryComponent ( getReturnValueKind ( ) ) and result = "ReturnValue"
184189 }
185190
Original file line number Diff line number Diff line change @@ -180,6 +180,11 @@ module Public {
180180 result = "Argument[" + getParameterPosition ( pos ) + "]"
181181 )
182182 or
183+ exists ( string synthetic |
184+ sc = TSyntheticGlobalSummaryComponent ( synthetic ) and
185+ result = "SyntheticGlobal[" + synthetic + "]"
186+ )
187+ or
183188 sc = TReturnSummaryComponent ( getReturnValueKind ( ) ) and result = "ReturnValue"
184189 }
185190
Original file line number Diff line number Diff line change @@ -180,6 +180,11 @@ module Public {
180180 result = "Argument[" + getParameterPosition ( pos ) + "]"
181181 )
182182 or
183+ exists ( string synthetic |
184+ sc = TSyntheticGlobalSummaryComponent ( synthetic ) and
185+ result = "SyntheticGlobal[" + synthetic + "]"
186+ )
187+ or
183188 sc = TReturnSummaryComponent ( getReturnValueKind ( ) ) and result = "ReturnValue"
184189 }
185190
Original file line number Diff line number Diff line change @@ -180,6 +180,11 @@ module Public {
180180 result = "Argument[" + getParameterPosition ( pos ) + "]"
181181 )
182182 or
183+ exists ( string synthetic |
184+ sc = TSyntheticGlobalSummaryComponent ( synthetic ) and
185+ result = "SyntheticGlobal[" + synthetic + "]"
186+ )
187+ or
183188 sc = TReturnSummaryComponent ( getReturnValueKind ( ) ) and result = "ReturnValue"
184189 }
185190
Original file line number Diff line number Diff line change @@ -180,6 +180,11 @@ module Public {
180180 result = "Argument[" + getParameterPosition ( pos ) + "]"
181181 )
182182 or
183+ exists ( string synthetic |
184+ sc = TSyntheticGlobalSummaryComponent ( synthetic ) and
185+ result = "SyntheticGlobal[" + synthetic + "]"
186+ )
187+ or
183188 sc = TReturnSummaryComponent ( getReturnValueKind ( ) ) and result = "ReturnValue"
184189 }
185190
You can’t perform that action at this time.
0 commit comments