Skip to content

Commit 499878a

Browse files
authored
Update python/ql/lib/CHANGELOG.md
1 parent f76d524 commit 499878a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/ql/lib/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
### Minor Analysis Improvements
88

9-
The modeling of `request.files` in Flask has been fixed, so we now properly handle
10-
assignments to local variables (such as `files = request.files; files['key'].filename`).
9+
* 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`).
1110
* 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).
1211

1312
## 0.2.0

0 commit comments

Comments
 (0)