Skip to content

4.117.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 27 Apr 10:53
· 801 commits to develop since this release
bc96475
Type Description Link
Improvement Propagate additional safety information in the SafeLoggingPropagation check and automated fixes:
1. Method return statements are analyzed to determine safety of unmarked methods
2. Types are annotated based on the safety of their toString method, which is a reasonable heuristic for value types that may be logged.
#2230