Go: Summarized Callable

Corresponds to https://github.com/github/codeql/pull/9270
This commit is contained in:
Owen Mansel-Chan
2022-10-26 11:13:39 +01:00
parent 10ed4ad3df
commit 83a3af2fff
3 changed files with 3 additions and 3 deletions

View File

@@ -22,5 +22,5 @@ class SummaryModelTest extends SummaryModelCsv {
}
from DataFlow::Node node1, DataFlow::Node node2
where FlowSummaryImpl::Private::Steps::summaryThroughStepTaint(node1, node2)
where FlowSummaryImpl::Private::Steps::summaryThroughStepTaint(node1, node2, _)
select node1, node2