mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
5 lines
280 B
Markdown
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).
|
|
|