Open R3x opened 11 months ago
Hi @R3x, thanks for this detailed issue ❤ It's a known problem with type-trackers in the Python analysis right now, and something we're looking into fixing (although we have no concrete timeline to share right now).
@RasmusWL is there some workaround maybe similar to #7520 ?
Not really no.
Hello, I am trying to create a few dataflow queries for python and I noticed that the Dataflow module is unable to do taint tracking through indirect calls.
Here, when I try to track flows from foo -> test1 or test2. The dataflow module can't find them.
Here is the query that I was using -
Is this not supported by CodeQL (or maybe I am doing something wrong)? if so - is there a hackish way I can enable tracking - maybe by modifying the Control Flow Graph?