Java: Add change note.

This commit is contained in:
Anders Schack-Mulligen
2025-10-07 13:51:49 +02:00
parent f0bfd7053e
commit 7dadbc43fb

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Fields of certain objects are considered tainted if the object is tainted. This holds, for example, for objects that occur directly as sources in the active threat model (for instance, a remote flow source). This has now been amended to also include array types, such that if an array like `MyPojo[]` is a source, then fields of a tainted `MyPojo` are now also considered tainted.