mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
6 lines
279 B
Markdown
6 lines
279 B
Markdown
## 4.0.16
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Data flow tracking through global variables now supports nested field access patterns such as `global_var.obj.field`. This improves the precision of taint tracking analysis when data flows through complex global variable structures.
|