Add change note

This commit is contained in:
Owen Mansel-Chan
2023-06-20 14:33:29 +01:00
parent c0fea85380
commit 0baf78f8fa

View File

@@ -0,0 +1,4 @@
---
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.