Files
codeql/java/ql/lib/change-notes/2023-07-19-inputstream-dispatch.md
Tony Torralba 238cb26624 Add change note
2023-07-19 15:37:33 +02:00

5 lines
280 B
Markdown

---
category: minorAnalysis
---
* Improved the precision of virtual dispatch of `java.io.InputStream` methods. Now, calls to these methods will not dispatch to arbitrary implementations of `InputStream` if there is a high-confidence alternative (like a models-as-data summary).