mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
1.0 KiB
1.0 KiB
4.0.0
Breaking Changes
- Deleted the deprecated
ProcessBuilderConstructor,MethodProcessBuilderCommand, andMethodRuntimeExecfromJDK.qll. - Deleted the deprecated
explorationLimitpredicate fromDataFlow::Configuration, useFlowExploration<explorationLimit>instead. - Deleted many deprecated taint-tracking configurations based on
TaintTracking::Configuration. - Deleted the deprecated
getURIpredicate fromCamelJavaDslToDeclandSpringCamelXmlToElement, usegetUriinstead. - Deleted the deprecated
ExecCallableclass fromExternalProcess.qll. - Deleted many deprecated dataflow configurations based on
DataFlow::Configuration. - Deleted the deprecated
PathCreation.qllfile. - Deleted the deprecated
WebviewDubuggingEnabledQuery.qllfile.
Major Analysis Improvements
- A generated (Models as Data) summary model is no longer used, if there exists a source code alternative. This primarily affects the analysis, when the analysis includes generated models for the source code being analysed.