Files
codeql/shared/dataflow/change-notes/2024-05-06-param-return-nodes.md
2024-05-21 14:51:52 +02:00

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.asParameterReturnNode instead of PathNode.asNode.