mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
13 lines
597 B
Markdown
13 lines
597 B
Markdown
## 0.8.0
|
|
|
|
### Breaking Changes
|
|
|
|
- Python 2 is no longer supported for extracting databases using the CodeQL CLI. As a consequence,
|
|
the previously deprecated support for `pyxl` and `spitfire` templates has also been removed. When
|
|
extracting Python 2 code, having Python 2 installed is still recommended, as this ensures the
|
|
correct version of the Python standard library is extracted.
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Fixed module resolution so we properly recognize that in `from <pkg> import *`, where `<pkg>` is a package, the actual imports are made from the `<pkg>/__init__.py` file.
|