codeql
codeql copied to clipboard
CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
**Description of the issue** Kotlin 2.3.0-Beta1 was released on 2025-10-07: https://github.com/JetBrains/kotlin/releases/tag/v2.3.0-Beta1 CodeQL does not support Kotlin 2.3.0 yet, due to changes in the Kotlin compiler plugin api.
Hi, is there any way to include cargo dependencies within the generated dbs? Right now im generating it like this ```bash codeql database create rust-db \ --language=rust \ --source-root ....