mirror of
https://github.com/github/codeql.git
synced 2026-07-31 07:22:56 +02:00
428 B
428 B
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 forjava/path-injection, since it does not remove a..path component (for examplenew 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.