How to get Paths from source to sink in Sarif output file #862
Replies: 1 comment 3 replies
-
You can get the SARIF output by right clicking an item in the Looking at your query I think the definitions of |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to find paths from source to sink.
With the below given query, I am able to find source and sinks.
I went through this article, and would like to know if I can tweak the select statement to get paths between source and sink as well.
I want the sarif output file to contain the steps/flow from source to sink.
Can anyone please guide me on how to go about this?
Output:

Beta Was this translation helpful? Give feedback.
All reactions