Java: edit 0.4.4 release notes to match the changelog

This commit is contained in:
Chris Smowton
2022-11-17 16:55:26 +00:00
committed by GitHub
parent 2bd151ba9c
commit e13eb79f5b

View File

@@ -2,10 +2,10 @@
### New Features
* The new `string Compilation.getInfo(string)` provides access to some information about compilations.
* Kotlin support is now in beta. This means that Java analyses will also include Kotlin code by default. Kotlin support can be disabled by setting `CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN` to `true` in the environment.
* The new `string Compilation.getInfo(string)` predicate provides access to some information about compilations.
### Minor Analysis Improvements
* The ReDoS libraries in `semmle.code.java.security.regexp` has been moved to a shared pack inside the `shared/` folder, and the previous location has been deprecated.
* The ReDoS libraries in `semmle.code.java.security.regexp` has been moved to a shared pack inside the `shared/` folder, and the previous location has been deprecated.
* Added data flow summaries for tainted Android intents sent to activities via `Activity.startActivities`.