Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cpp/ql/lib/change-notes/2026-08-27-bslx-models.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added flow summaries for the BDE `bslx` byte-stream deserializers (`BloombergLP::bslx`). Constructing a `ByteInStream` or `GenericInStream` from a byte buffer or streambuf taints the stream, each `get*` method (`getInt32`, `getString`, `getArray*`, ...) propagates that taint into the deserialized output (and keeps the returned stream tainted for chained calls), and `InStreamFunctions::bdexStreamIn` propagates taint from the stream to any deserialized object.
Loading