We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f513259 commit a38d57fCopy full SHA for a38d57f
powershell/ql/lib/semmle/code/powershell/ast/internal/Synthesis.qll
@@ -897,6 +897,7 @@ private module PipelineAccess {
897
exists(PipelineByPropertyNameParameter pipelineVar, Raw::PipelineByPropertyNameParameter p |
898
i = processBlockPipelineByPropertyNameVarReadAccess(p.getLowerCaseName()) and
899
getResultAst(p) = pipelineVar and
900
+ pipelineVar = TVariableSynth(pb.getScriptBlock(), _) and
901
child = SynthChild(VarAccessSynthKind(pipelineVar))
902
)
903
0 commit comments