mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Depending on `localFlowStep` meant that this predicate ended up being recursive with itself (by way of flow summaries which depend on API graphs, which in turn depend on import resolution). Changing this to use the simple local flow step predicate that we use for type tracking should fix this issue.