Merge pull request #6454 from smowton/smowton/admin/change-note-wording

Java: Elaborate change note a little
This commit is contained in:
Chris Smowton
2021-08-17 14:08:04 +01:00
committed by GitHub

View File

@@ -1,2 +1,2 @@
lgtm,codescanning
* Added more taint propagation steps for `InputStream` and `ByteBuffer`.
* Added more taint propagation models of some `java.io.InputStream` and `java.nio.ByteBuffer` methods. This may lead to extra results from queries concerning data-flow whenever a relevant path involves an instance of one of those types.