mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
631 B
631 B
0.10.3
Minor Analysis Improvements
- Support analyzing packages (folders with python code) that do not have
__init__.pyfiles, 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::Functionin YAML files, where the event parameter is modeled as a remote-flow-source. - Improvements of the
aiohttpmodels 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.