mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
267 B
267 B
category
| category |
|---|
| minorAnalysis |
- Added more content-flow/field-flow for dictionaries, by adding support for reads through
mydict.get("key")andmydict.setdefault("key", value), and store steps throughdict["key"] = valueandmydict.setdefault("key", value).