mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
702 B
702 B
6.1.0
New Features
- The Java and Kotlin extractors now support
CODEQL_PATH_TRANSFORMER.SEMMLE_PATH_TRANSFORMERis still supported, but deprecated.
Minor Analysis Improvements
JavacTool-based compiler interception no longer requires an--add-opensdirective whenFileObject.toUriis accessible.JavacTool-based compiler interception no longer throws an exception visible to the program usingJavacToolon failure to extract a file path from a passedJavaFileObject.JavacTool-based compiler interception now supports files that don't simply wrap afile://URL, such as a source file inside a JAR, or an in-memory file, but which do implementgetCharContent.