mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
548 B
548 B
2.0.0
Breaking Changes
- Deleted the deprecated
getURLpredicate theHttp::Requestclass, usegetAUrlPartinstead. - Deleted the deprecated
getNodepredicate from theCfgNodeclass, usegetAstNodeinstead. - Deleted the deprecated
explorationLimitpredicate fromDataFlow::Configuration, useFlowExploration<explorationLimit>instead. - Deleted many deprecated dataflow configurations based on
DataFlow::Configuration. - Deleted many deprecated taint-tracking configurations based on
TaintTracking::Configuration.