Update python/ql/lib/change-notes/released/0.3.0.md

This commit is contained in:
Mathias Vorreiter Pedersen
2022-05-12 11:47:19 +01:00
committed by GitHub
parent 7b8c3bdcf9
commit 103c589c1d

View File

@@ -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).