Skip to content

Commit 9bc74bd

Browse files
committed
PS: Mirror the changes from #20452.
1 parent 8ab8e67 commit 9bc74bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

powershell/ql/lib/semmle/code/powershell/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ private module StepsInput implements Impl::Private::StepsInputSig {
128128
result.asCall().getAstNode() = sc.(LibraryCallable).getACallSimple()
129129
}
130130

131-
Node getSourceNode(Input::SourceBase source, Impl::Private::SummaryComponent sc) { none() }
131+
Node getSourceNode(Input::SourceBase source, Impl::Private::SummaryComponentStack sc) { none() }
132+
133+
DataFlowCallable getSourceNodeEnclosingCallable(Input::SourceBase source) { none() }
132134

133135
Node getSinkNode(Input::SinkBase source, Impl::Private::SummaryComponent sc) { none() }
134136
}

0 commit comments

Comments
 (0)