mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Go: Summarized Callable
Corresponds to https://github.com/github/codeql/pull/9270
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user