Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 645 Bytes

2.1.0.md

File metadata and controls

9 lines (5 loc) · 645 Bytes

2.1.0

Deprecated APIs

  • The class ThreatModelFlowSource has been renamed to ActiveThreatModelSource to more clearly reflect it only contains the currently active threat model sources. ThreatModelFlowSource has been marked as deprecated.

Minor Analysis Improvements

  • A method in the method set of an embedded field of a struct should not be promoted to the method set of the struct if the struct has a method with the same name. This was not being enforced, which meant that there were two methods with the same qualified name, and models were sometimes being applied when they shouldn't have been. This has now been fixed.