Files
codeql/ruby/ql
Tom Hvitved 9ff63b00d6 Ruby: Remove CFG dependency from AST stage
Commit 028ef6f27f had the unintended side-effect
that the AST and CFG stages got merged, because the AST stage's `isCapturedAccess`
now depends on `getCfgScopeImpl`, which belongs to the CFG stage.

The fix is to remove `getCfgScopeImpl` from the CFG stage, and instead let it
be part of the AST stage.
2021-11-17 13:15:55 +01:00
..
2021-10-15 11:47:28 +02:00
2021-11-12 16:31:00 +01:00
2021-11-17 09:17:32 +01:00