mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
479 B
479 B
0.6.0
Deprecated APIs
- The
LogInjection::Configurationtaint flow configuration class has been deprecated. Use theLogInjection::Flowmodule instead.
Minor Analysis Improvements
- When a result of path query flows through a function modeled using
DataFlow::FunctionModelorTaintTracking::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.