mirror of
https://github.com/github/codeql.git
synced 2026-06-18 03:11:07 +02:00
5 lines
284 B
Markdown
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).
|