- The
LogInjection::Configuration
taint flow configuration class has been deprecated. Use theLogInjection::Flow
module instead.
- When a result of path query flows through a function modeled using
DataFlow::FunctionModel
orTaintTracking::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.