Files
codeql/java/ql/lib/change-notes/2023-05-22-inputstreamwrapper-transitive.md
Tony Torralba 183915410d Add change note
2023-05-22 15:01:25 +02:00

5 lines
258 B
Markdown

---
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`.