Files
codeql/python/ql/lib/change-notes/released/0.6.1.md
2022-10-07 02:20:28 +00:00

7 lines
362 B
Markdown

## 0.6.1
### Minor Analysis Improvements
* Added the ability to refer to subscript operations in the API graph. It is now possible to write `response().getMember("cookies").getASubscript()` to find code like `resp.cookies["key"]` (assuming `response` returns an API node for reponse objects).
* Added modeling of creating Flask responses with `flask.jsonify`.