Add change note

This commit is contained in:
Tamas Vajk
2023-12-07 10:57:18 +01:00
parent 89df59a083
commit e0c9be371f

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* The dataflow models for the `System.Text.StringBuilder` class have been reworked. New summaries have been added for `Append` and `AppendLine`. With the changes, we expect queries that use taint tracking to find more results when interpolated strings or `StringBuilder` instances are passed to `Append` or `AppendLine`.