How can I debug isAddtionalStep? #8464
CaledoniaProject
started this conversation in
General
Replies: 1 comment
-
How about trying https://codeql.github.com/docs/writing-codeql-queries/debugging-data-flow-queries-using-partial-flow/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a subclass of TaintTracking::Configuration. Both isSource and isSink works fine in quick evaluation. But the flow is somehow broken between them so I need to use isAddtionalStep to link the nodes.
How can I figure out which part needs to be glued together?
Beta Was this translation helpful? Give feedback.
All reactions