mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
302 B
302 B
0.11.2
Minor Analysis Improvements
- Added support for functions decorated with
contextlib.contextmanager. - Namespace packages in the form of regular packages with missing
__init__.py-files are now allowed. This enables the analysis to resolve modules and functions inside such packages.