mirror of
https://github.com/github/codeql.git
synced 2026-06-08 22:48:54 +02:00
374 B
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 asClassLoader.getResource,FileInputStream,FileReader,Files.readAllBytes, and related APIs). The generaljava/path-injectionquery continues to consider bothpath-injectionandpath-injection[read]sinks.