Skip to content

codeql: update vendored "ReturnStackAllocatedMemory" query#8793

Merged
anwayde merged 1 commit intofiredancer-io:mainfrom
intrigus-lgtm:intrigus/fix/codeql-update-vendored-query
Mar 10, 2026
Merged

codeql: update vendored "ReturnStackAllocatedMemory" query#8793
anwayde merged 1 commit intofiredancer-io:mainfrom
intrigus-lgtm:intrigus/fix/codeql-update-vendored-query

Conversation

@intrigus-lgtm
Copy link
Copy Markdown
Contributor

Fixes errors in CI due to breaking change in MustFlow CodeQL library.

Copilot AI review requested due to automatic review settings March 10, 2026 13:08
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the vendored CodeQL query to match the newer MustFlow library API so CI continues to run the nightly CodeQL suite successfully.

Changes:

  • Migrates the query from MustFlowConfiguration subclassing to MustFlow::ConfigSig + MustFlow::Global<...>.
  • Updates path graph and path node usage to the new module-qualified MustFlow interfaces.
  • Replaces the old extraction-error filter with func.hasErrors() and adds an isBarrier for ErroneousType.

@anwayde anwayde merged commit 13a8e71 into firedancer-io:main Mar 10, 2026
20 of 21 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