mirror of
https://github.com/github/codeql.git
synced 2026-04-17 21:14:02 +02:00
353 B
353 B
category
| category |
|---|
| minorAnalysis |
- The dataflow models for the
System.Text.StringBuilderclass have been reworked. New summaries have been added forAppendandAppendLine. With the changes, we expect queries that use taint tracking to find more results when interpolated strings orStringBuilderinstances are passed toAppendorAppendLine.