Skip to content

Conversation

@MathiasVP
Copy link
Collaborator

Some CodeQL languages (most notably C#, Ruby and Swift) use a technique called control-flow splitting to implement a more precise control-flow graph. I previously wrote about splitting here.

In github#17658 GitHub moved some of the logic for constructing split control-flow graphs into the existing shared control-flow graph library. As Powershell also uses this library this broke CI (see here).

This PR makes use of this new feature of the shared control-flow graph library in Powershell.

@MathiasVP MathiasVP merged commit e6f8df7 into main Nov 4, 2024
1 check 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.

2 participants