Closed KylerKatz closed 1 month ago
Hi
Your data flow configuration has an extremely large set of sources (for example, the result of any method call), and you also have additional flow steps from all call arguments out to their calls, so I'm not surprised that it doesn't perform well on real DBs. The only way to make it scale is to restrict sources as well as your additional steps.
Hi @KylerKatz,
Is further help needed? If not, we appreciate you closing this issue.
Thank you for your help.
Hello,
I am trying to use Codeql to perform backward slicing. My current approach works fine for smaller test cases, however, when trying to do this on a bigger project it gets stuck on interpreting results for 12+ hours. I understand that this is a resource-intensive task, however, I wanted to see if anyone knows of any improvements I could add to speed this up that would still end up with the same result.
Right now, I have a list of sensitive variables, and I am using them as the sink so that I can find the paths that flow into each of them.
Also, is there any way to see the progress of this? I want to be able to display this to the user.
Thank you for any help.