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 {
180
180
result = "Argument[" + getParameterPosition ( pos ) + "]"
181
181
)
182
182
or
183
+ exists ( string synthetic |
184
+ sc = TSyntheticGlobalSummaryComponent ( synthetic ) and
185
+ result = "SyntheticGlobal[" + synthetic + "]"
186
+ )
187
+ or
183
188
sc = TReturnSummaryComponent ( getReturnValueKind ( ) ) and result = "ReturnValue"
184
189
}
185
190
Original file line number Diff line number Diff line change @@ -180,6 +180,11 @@ module Public {
180
180
result = "Argument[" + getParameterPosition ( pos ) + "]"
181
181
)
182
182
or
183
+ exists ( string synthetic |
184
+ sc = TSyntheticGlobalSummaryComponent ( synthetic ) and
185
+ result = "SyntheticGlobal[" + synthetic + "]"
186
+ )
187
+ or
183
188
sc = TReturnSummaryComponent ( getReturnValueKind ( ) ) and result = "ReturnValue"
184
189
}
185
190
Original file line number Diff line number Diff line change @@ -180,6 +180,11 @@ module Public {
180
180
result = "Argument[" + getParameterPosition ( pos ) + "]"
181
181
)
182
182
or
183
+ exists ( string synthetic |
184
+ sc = TSyntheticGlobalSummaryComponent ( synthetic ) and
185
+ result = "SyntheticGlobal[" + synthetic + "]"
186
+ )
187
+ or
183
188
sc = TReturnSummaryComponent ( getReturnValueKind ( ) ) and result = "ReturnValue"
184
189
}
185
190
Original file line number Diff line number Diff line change @@ -180,6 +180,11 @@ module Public {
180
180
result = "Argument[" + getParameterPosition ( pos ) + "]"
181
181
)
182
182
or
183
+ exists ( string synthetic |
184
+ sc = TSyntheticGlobalSummaryComponent ( synthetic ) and
185
+ result = "SyntheticGlobal[" + synthetic + "]"
186
+ )
187
+ or
183
188
sc = TReturnSummaryComponent ( getReturnValueKind ( ) ) and result = "ReturnValue"
184
189
}
185
190
Original file line number Diff line number Diff line change @@ -180,6 +180,11 @@ module Public {
180
180
result = "Argument[" + getParameterPosition ( pos ) + "]"
181
181
)
182
182
or
183
+ exists ( string synthetic |
184
+ sc = TSyntheticGlobalSummaryComponent ( synthetic ) and
185
+ result = "SyntheticGlobal[" + synthetic + "]"
186
+ )
187
+ or
183
188
sc = TReturnSummaryComponent ( getReturnValueKind ( ) ) and result = "ReturnValue"
184
189
}
185
190
You can’t perform that action at this time.
0 commit comments