mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
12 lines
502 B
Markdown
12 lines
502 B
Markdown
## 0.5.3
|
|
|
|
### New Features
|
|
|
|
* Kotlin versions up to 1.8.20 are now supported.
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Removed the first argument of `java.nio.file.Files#createTempDirectory(String,FileAttribute[])` as a "create-file" sink.
|
|
* Added the first argument of `java.nio.file.Files#copy` as a "read-file" sink for the `java/path-injection` query.
|
|
* The data flow library now disregards flow through code that is dead based on some basic constant propagation, for example, guards like `if (1+1>3)`.
|