Skip to content

Is there a way to find possible paths from a source node in JavaScript? #18843

Answered by aibaars
yonajix asked this question in Q&A

You must be logged in to vote

One trick that might work is to make a query that restricts the source to a single one and the sink to be any(). That should help if you know which source was responsible for the CVE and explore all the flow paths starting from there. You can also do the opposite to explore from where data may flow into a single sink node.

Replies: 1 comment 1 reply

You must be logged in to vote
1 reply
@yonajix

Answer selected by yonajix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants