mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
645 B
645 B
2.1.0
Deprecated APIs
- The class
ThreatModelFlowSourcehas been renamed toActiveThreatModelSourceto more clearly reflect it only contains the currently active threat model sources.ThreatModelFlowSourcehas 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.