Skip to content

Conversation

@MathiasVP
Copy link
Collaborator

@MathiasVP MathiasVP commented Apr 1, 2025

Another missing flow found by Chanel!

Because PowerShell is case insensitive you can do stuff like:

function Foo {
  param($myParAm)

  Write-Output $myParAm
}

Foo -MyPARAM "Hello"

In dataflow we need to "normalize" all the parameter names by lower-casing them. And apparently I had forgotten to lower-case the parameter names 🤦

@chanel-y chanel-y merged commit b452339 into main Apr 1, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants