Skip to content

Powershell: Fix dataflow/SSA consistency errors. #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

MathiasVP
Copy link
Collaborator

This adds the dataflow consistency queries for Powershell, and also fixes the worst offenders. In particular, every dataflow node must have an enclosing callable, and I had forgotten to implement this predicate 😅

In addition, Poweshell, unfortunately, needs dataflow nodes for certain statements (because of the structure of the AST), and I had forgotten to include these in SSA.

Both of these problems are fixed in this PR. There are no changes to results because we're still missing loads of control flow.

@MathiasVP MathiasVP merged commit c7976d5 into main Oct 3, 2024
bdrodes pushed a commit that referenced this pull request Jan 9, 2025
Expect external workflows and actions in .github/workflow/external and .github/actions/external
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.

1 participant