Files
codeql/go/ql/lib/change-notes/2023-06-20-function-model-path-nodes.md
Owen Mansel-Chan 0baf78f8fa Add change note
2023-06-20 14:33:29 +01:00

313 B

category
category
minorAnalysis
  • When a result of path query flows through a function modeled using DataFlow::FunctionModel or TaintTracking::FunctionModel, the path now includes nodes corresponding to the input and output to the function. This brings it in line with functions modeled using Models-as-Data.