Elaborate change note a little

This commit is contained in:
Chris Smowton
2021-08-09 15:33:21 +01:00
parent 5ba9347281
commit 021e405294

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.