Files
codeql/csharp/ql/lib/change-notes/2023-12-07-stringbuilder.md
2023-12-07 10:57:18 +01:00

353 B

category
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.