mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
350 B
350 B
category
| category |
|---|
| minorAnalysis |
- The data flow library now adds intermediate nodes when data flows out of a function via a parameter, in order to make path explanations easier to follow. The intermediate nodes have the same location as the underlying parameter, but must be accessed via
PathNode.asParameterReturnNodeinstead ofPathNode.asNode.