mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
556 B
556 B
3.1.0
New Features
- Added support for parameter annotations in API graphs. This means that in a function definition such as
def foo(x: Bar): ..., you can now use thegetInstanceFromAnnotation()method to step fromBartox. In addition to this, thegetAnInstancemethod now also includes instances arising from parameter annotations.
Minor Analysis Improvements
- Added modeling of
fastapi.Requestandstarlette.requests.Requestas sources of untrusted input, and modeling of tainted data flow out of these request objects.