mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
727 B
727 B
4.1.0
Deprecated APIs
- The
Field.getSourceDeclaration()predicate has been deprecated. The result was always the original field, so calls to it can simply be removed. - The
Field.isSourceDeclaration()predicate has been deprecated. It always holds. - The
RefType.nestedName()predicate has been deprecated, andRefType.getNestedName()added to replace it. - The class
ThreatModelFlowSourcehas been renamed toActiveThreatModelSourceto more clearly reflect it only contains the currently active threat model sources.ThreatModelFlowSourcehas been marked as deprecated.
New Features
- The Java extractor and QL libraries now support Java 23.
- Kotlin versions up to 2.1.0\ x are now supported.