Skip to content

Commit c1e4c05

Browse files
committed
Update change note to new format
1 parent e2022f4 commit c1e4c05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

java/change-notes/2021-06-17-tainted-field-read-step-on-entrypoint-types.md renamed to java/ql/lib/change-notes/2021-12-15-tainted-field-read-step-on-entrypoint-types.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
lgtm,codescanning
1+
---
2+
category: majorAnalysis
3+
---
24
* 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.

0 commit comments

Comments
 (0)