mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
535 B
535 B
0.8.6
Minor Analysis Improvements
- The
Call::getArgumentForParameterpredicate has been reworked to add support for arguments passed toparamsparameters. - 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. - Additional support for
Amazon.LambdaSDK