Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 539 Bytes

File metadata and controls

9 lines (7 loc) · 539 Bytes

5.4.12

Minor Analysis Improvements

  • The extractor no longer synthesizes expanded forms of compound assignments. This may have a small impact on the results of queries that explicitly or implicitly rely on the expanded form of compound assignments.
  • The cs/log-forging query no longer treats arguments to extension methods with source code on ILogger types as sinks. Instead, taint is tracked interprocedurally through extension method bodies, reducing false positives when extension methods sanitize input internally.