Files
codeql/python/ql/lib/change-notes/released/5.0.1.md
2025-12-01 16:07:37 +00:00

6 lines
200 B
Markdown

## 5.0.1
### Bug Fixes
- Fixed a bug in the Python extractor's import handling where failing to find an import in `find_module` would cause a `KeyError` to be raised. (Contributed by @akoeplinger.)