Files
codeql/python/ql/lib/change-notes/2022-09-28-api-subscript.md
Rasmus Lerchedahl Petersen 05102f9007 Python: add change note
2022-09-28 12:06:05 +02:00

5 lines
284 B
Markdown

---
category: minorAnalysis
---
* 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).