mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
737 B
737 B
0.9.0
Breaking Changes
- The Java extractor no longer supports the
ODASA_SNAPSHOTlegacy environment variable.
Minor Analysis Improvements
- Increased the precision of some dataflow models of the class
java.net.URLby distinguishing the parts of a URL. - The Java extractor and QL libraries now support Java 22, including support for anonymous variables, lambda parameters and patterns.
- Pattern cases with multiple patterns and that fall through to or from other pattern cases are now supported. The
PatternCaseclass gains the newgetPatternAtIndexandgetAPatternpredicates, and deprecatesgetPattern. - Added a
path-injectionsink for theopenmethods of theandroid.os.ParcelFileDescriptorclass.