mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Update python/ql/lib/CHANGELOG.md
This commit is contained in:
committed by
GitHub
parent
f76d52407d
commit
499878a44d
@@ -6,8 +6,7 @@
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
The modeling of `request.files` in Flask has been fixed, so we now properly handle
|
||||
assignments to local variables (such as `files = request.files; files['key'].filename`).
|
||||
* The modeling of `request.files` in Flask has been fixed, so we now properly handle assignments to local variables (such as `files = request.files; files['key'].filename`).
|
||||
* Added taint propagation for `io.StringIO` and `io.BytesIO`. This addition was originally [submitted as part of an experimental query by @jorgectf](https://github.com/github/codeql/pull/6112).
|
||||
|
||||
## 0.2.0
|
||||
|
||||
Reference in New Issue
Block a user