Update change note to new format

This commit is contained in:
Tony Torralba
2021-12-15 13:08:34 +01:00
parent e2022f467c
commit c1e4c05aa2

View File

@@ -1,2 +1,4 @@
lgtm,codescanning
---
category: majorAnalysis
---
* 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.