Files
codeql/java/ql/lib/change-notes/released/0.0.6.md
2022-01-04 14:44:56 +00:00

6 lines
277 B
Markdown

## 0.0.6
### Major Analysis Improvements
* Data flow now propagates taint from remote source `Parameter` types to read steps of their fields (e.g. `tainted.publicField` or `tainted.getField()`). This also applies to their subtypes and the types of their fields, recursively.