mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
Update python/ql/lib/change-notes/released/0.3.0.md
This commit is contained in:
committed by
GitHub
parent
7b8c3bdcf9
commit
103c589c1d
@@ -6,6 +6,5 @@
|
||||
|
||||
### 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).
|
||||
|
||||
Reference in New Issue
Block a user