Skip to content

Commit 103c589

Browse files
authored
Update python/ql/lib/change-notes/released/0.3.0.md
1 parent 7b8c3bd commit 103c589

File tree

1 file changed

+1
-2
lines changed
  • python/ql/lib/change-notes/released

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
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).

0 commit comments

Comments
 (0)