mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Python: add change note
This commit is contained in:
4
python/ql/lib/change-notes/2022-09-28-api-subscript.md
Normal file
4
python/ql/lib/change-notes/2022-09-28-api-subscript.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
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).
|
||||
Reference in New Issue
Block a user