codeql
codeql copied to clipboard
How to customize the results of @kind: path-problem ?
Description of the issue
Hi, I want to get the statement of the row where each node is located in the result of hasFlowPath(source, sink) data flow.
My current solution is to override PathNode's toString method, but it doesn't seem to work.