Files
codeql/java/change-notes/2021-06-01-collection-flow.md
Anders Schack-Mulligen 922b421a45 Java: Add change note.
2021-06-01 14:33:52 +02:00

6 lines
303 B
Markdown

lgtm,codescanning
* Data flow now tracks steps through collections and arrays more precisely.
That means that collection and array read steps are now matched up with
preceding store steps. This results in increased precision for all flow-based
queries, in particular most of the security queries.