mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
603 B
603 B
2.0.0
Breaking Changes
- Deleted many deprecated taint-tracking configurations based on
TaintTracking::Configuration. - Deleted many deprecated dataflow configurations based on
DataFlow::Configuration. - Deleted the deprecated
explorationLimitpredicate fromDataFlow::Configuration, useFlowExploration<explorationLimit>instead.
Minor Analysis Improvements
- Parameters of public methods in abstract controller-like classes are now considered remote flow sources.
- The reported location of
partialmethods has been changed from the definition to the implementation part.