Update python/ql/lib/CHANGELOG.md

This commit is contained in:
Mathias Vorreiter Pedersen
2022-05-12 11:47:08 +01:00
committed by GitHub
parent f76d52407d
commit 499878a44d

View File

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