Add change note

This commit is contained in:
Tony Torralba
2023-05-22 15:01:25 +02:00
parent 549fa7e288
commit 183915410d

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Dataflow analysis has a new flow step through constructors of transitive subtypes of `java.io.InputStream` that wrap an underlying data source. Previously, the step only existed for direct subtypes of `java.io.InputStream`.