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 c50b0c6 commit 2d045eaCopy full SHA for 2d045ea
powershell/ql/lib/semmle/code/powershell/ast/internal/Variable.qll
@@ -59,8 +59,9 @@ module Private {
59
60
PipelineParameterImpl() {
61
exists(int index |
62
- i = FunParam(index) and
63
- any(Synthesis s).pipelineParameterHasIndex(super.getDeclaringScopeImpl(), index)
+ i = FunParam(pragma[only_bind_into](index)) and
+ any(Synthesis s)
64
+ .pipelineParameterHasIndex(super.getDeclaringScopeImpl(), pragma[only_bind_into](index))
65
)
66
}
67
0 commit comments