mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
460 B
460 B
0.0.7
Deprecated APIs
- The
codeql/go-upgradesCodeQL pack has been removed. All database upgrade scripts have been merged into thecodeql/go-allCodeQL pack.
Bug Fixes
Function's predicategetACallnow returns more results in some situations. It now always returns callers that may call a method indirectly via an interface method that it implements. Previously this only happened if the method was in the source code being analysed.