mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
362 B
362 B
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 likeresp.cookies["key"](assumingresponsereturns an API node for reponse objects). - Added modeling of creating Flask responses with
flask.jsonify.