mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
14 lines
634 B
Markdown
14 lines
634 B
Markdown
## 1.0.0
|
|
|
|
### Breaking Changes
|
|
|
|
* CodeQL package management is now generally available, and all GitHub-produced CodeQL packages have had their version numbers increased to 1.0.0.
|
|
|
|
### Major Analysis Improvements
|
|
|
|
* Added support for data flow through side-effects on static fields. For example, when a static field containing an array is updated.
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* JDK version detection based on Gradle projects has been improved. Java extraction using build-modes `autobuild` or `none` is more likely to pick an appropriate JDK version, particularly when the Android Gradle Plugin or Spring Boot Plugin are in use.
|