noob question, difference between DataFlow::Node and DataFlow::PathNode #138
Replies
|
Have a look at https://help.semmle.com/QL/learn-ql/writing-queries/path-queries.html |
|
The answer above is a great TL;DR, for the slightly longer explanation, read on: |
That basically,
what's the difference between DataFlow::Node and DataFlow::PathNode when analyzing data flow.
Thanks.