mirror of
https://github.com/github/codeql.git
synced 2026-08-02 16:32:58 +02:00
7 lines
428 B
Markdown
7 lines
428 B
Markdown
## 9.2.2
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Kotlin versions up to 2.4.10 are now supported.
|
|
* `java.io.File.getName()` is no longer treated as a complete sanitizer for `java/path-injection`, since it does not remove a `..` path component (for example `new File("..").getName()` returns `".."`). It is now only recognized as a sanitizer when combined with a subsequent check for `..` components, which may result in new alerts.
|