We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab8e67 commit 9bc74bdCopy full SHA for 9bc74bd
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