mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Release preparation for version 2.20.1
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added modeling of `fastapi.Request` and `starlette.requests.Request` as sources of untrusted input,
|
||||
and modeling of tainted data flow out of these request objects.
|
||||
@@ -1,5 +1,10 @@
|
||||
---
|
||||
category: feature
|
||||
---
|
||||
## 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 the `getInstanceFromAnnotation()` method to step from `Bar` to `x`. In addition to this, the `getAnInstance` method now also includes instances arising from parameter annotations.
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* Added modeling of `fastapi.Request` and `starlette.requests.Request` as sources of untrusted input,
|
||||
and modeling of tainted data flow out of these request objects.
|
||||
Reference in New Issue
Block a user