Replies: 1 comment
-
One trick that might work is to make a query that restricts the source to a single one and the sink to be |
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
-
Hi, I'm working on a project using CodeQL for finding vulnerabilities in JavaScript. Right now I'm dealing with code with known CVEs and I want to investigate the cause of several of the security queries that find source and sink nodes being unable to establish a path between the two even when one should exist.
I'm not sure if there is a way to find all possible paths emanating from source nodes, or paths that flow into sink nodes. I believe this would help me identify gaps in the queries I'm working with.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions