mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
add some change-notes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
category: breaking
|
||||
---
|
||||
* Deleted the deprecated `getURL` predicate the `Http::Request` class, use `getAUrlPart` instead.
|
||||
* Deleted the deprecated `getNode` predicate from the `CfgNode` class, use `getAstNode` instead.
|
||||
* Deleted the deprecated `explorationLimit` predicate from `DataFlow::Configuration`, use `FlowExploration<explorationLimit>` instead.
|
||||
* Deleted many deprecated dataflow configurations based on `DataFlow::Configuration`.
|
||||
* Deleted many deprecated taint-tracking configurations based on `TaintTracking::Configuration`.
|
||||
Reference in New Issue
Block a user