We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6337d commit 7b74917Copy full SHA for 7b74917
1 file changed
powershell/ql/lib/semmle/code/powershell/dataflow/internal/FlowSummaryImpl.qll
@@ -128,7 +128,9 @@ private module StepsInput implements Impl::Private::StepsInputSig {
128
result.asCall().getAstNode() = sc.(LibraryCallable).getACallSimple()
129
}
130
131
- Node getSourceNode(Input::SourceBase source, Impl::Private::SummaryComponent sc) { none() }
+ Node getSourceNode(Input::SourceBase source, Impl::Private::SummaryComponentStack sc) { none() }
132
+
133
+ DataFlowCallable getSourceNodeEnclosingCallable(Input::SourceBase source) { none() }
134
135
Node getSinkNode(Input::SinkBase source, Impl::Private::SummaryComponent sc) { none() }
136
0 commit comments