Skip to content

Commit ba2f07d

Browse files
committed
JS: Add overlay[local?] to new summaries after rebasing
1 parent ee4fae7 commit ba2f07d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

javascript/ql/lib/semmle/javascript/frameworks/AsyncPackage.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ module AsyncPackage {
172172
DataFlow::FunctionNode getFinalCallback() { result = this.getCallback(finalCallbackIndex) }
173173
}
174174

175+
overlay[local?]
175176
private class IterationCallFlowSummary extends DataFlow::SummarizedCallable {
176177
private int callbackArgIndex;
177178

@@ -219,6 +220,7 @@ module AsyncPackage {
219220
*
220221
* For example: `data -> result` in `async.sortBy(data, orderingFn, (err, result) => {})`.
221222
*/
223+
overlay[local?]
222224
private class IterationPreserveTaintStepFlowSummary extends DataFlow::SummarizedCallable {
223225
IterationPreserveTaintStepFlowSummary() { this = "async.sortBy" }
224226

javascript/ql/lib/semmle/javascript/frameworks/LodashUnderscore.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ module LodashUnderscore {
362362
}
363363
}
364364

365+
overlay[local?]
365366
private class LodashGroupBy extends DataFlow::SummarizedCallable {
366367
LodashGroupBy() { this = "_.groupBy" }
367368

0 commit comments

Comments
 (0)