Files
codeql/ruby/ql/lib/codeql
Harry Maclean 21ce9b448a Ruby: Attempt to fix performance of AppCandidate
`DataFlow::MethodNode.getAReturningNode` is expensive to compute.
Instead we look for rack responses which flow to the `SynthReturnNode`.
Each method has only one of these (vs many "returning" nodes) so it is
a lot faster.
I'm not sure yet whether the results are the same.
2023-01-23 15:25:52 +13:00
..
2021-10-15 11:47:28 +02:00
2022-11-28 15:26:24 +01:00