Files
codeql/java/ql/lib/change-notes/released/9.1.1.md
2026-05-18 12:05:32 +00:00

374 B

9.1.1

Minor Analysis Improvements

  • Introduced a new sink kind path-injection[read] for Models-as-Data rows that only read from a path (such as ClassLoader.getResource, FileInputStream, FileReader, Files.readAllBytes, and related APIs). The general java/path-injection query continues to consider both path-injection and path-injection[read] sinks.