codeql icon indicating copy to clipboard operation
codeql copied to clipboard

How to customize the results of @kind: path-problem ?

Open LFYSec opened this issue 2 years ago • 0 comments

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.

LFYSec avatar Sep 20 '22 14:09 LFYSec