mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
JS: Add overlay[local?] to new summaries after rebasing
This commit is contained in:
@@ -172,6 +172,7 @@ module AsyncPackage {
|
||||
DataFlow::FunctionNode getFinalCallback() { result = this.getCallback(finalCallbackIndex) }
|
||||
}
|
||||
|
||||
overlay[local?]
|
||||
private class IterationCallFlowSummary extends DataFlow::SummarizedCallable {
|
||||
private int callbackArgIndex;
|
||||
|
||||
@@ -219,6 +220,7 @@ module AsyncPackage {
|
||||
*
|
||||
* For example: `data -> result` in `async.sortBy(data, orderingFn, (err, result) => {})`.
|
||||
*/
|
||||
overlay[local?]
|
||||
private class IterationPreserveTaintStepFlowSummary extends DataFlow::SummarizedCallable {
|
||||
IterationPreserveTaintStepFlowSummary() { this = "async.sortBy" }
|
||||
|
||||
|
||||
@@ -362,6 +362,7 @@ module LodashUnderscore {
|
||||
}
|
||||
}
|
||||
|
||||
overlay[local?]
|
||||
private class LodashGroupBy extends DataFlow::SummarizedCallable {
|
||||
LodashGroupBy() { this = "_.groupBy" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user