Files
codeql/java/ql/lib/change-notes/released/7.1.0.md
2025-03-03 17:13:19 +00:00

10 lines
273 B
Markdown

## 7.1.0
### New Features
* The Java extractor and QL libraries now support Java 24.
### Minor Analysis Improvements
* Added a path injection sanitizer for the `child` argument of a `java.io.File` constructor if that argument does not contain path traversal sequences.