mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
672 B
672 B
0.4.4
New Features
- 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_KOTLINtotruein 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.regexphas been moved to a shared pack inside theshared/folder, and the previous location has been deprecated. - Added data flow summaries for tainted Android intents sent to activities via
Activity.startActivities.