mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Add change note
This commit is contained in:
5
csharp/ql/lib/change-notes/2023-12-07-stringbuilder.md
Normal file
5
csharp/ql/lib/change-notes/2023-12-07-stringbuilder.md
Normal 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`.
|
||||
Reference in New Issue
Block a user