Files
codeql/go/ql/lib/change-notes/released/0.6.0.md
2023-07-07 08:22:14 +00:00

10 lines
479 B
Markdown

## 0.6.0
### Deprecated APIs
* The `LogInjection::Configuration` taint flow configuration class has been deprecated. Use the `LogInjection::Flow` module instead.
### Minor Analysis Improvements
* 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.