mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
12 lines
631 B
Markdown
12 lines
631 B
Markdown
## 0.10.3
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Support analyzing packages (folders with python code) that do not have `__init__.py` files, although this is technically required, we see real world projects that don't have this.
|
|
* Added modeling of AWS Lambda handlers that can be identified with `AWS::Serverless::Function` in YAML files, where the event parameter is modeled as a remote-flow-source.
|
|
* Improvements of the `aiohttp` models including remote-flow-sources from type annotations, new path manipulation, and SSRF sinks.
|
|
|
|
### Bug Fixes
|
|
|
|
* Fixed the computation of locations for imports with aliases in jump-to-definition.
|