mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
6 lines
287 B
Markdown
6 lines
287 B
Markdown
## 2.6.16
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
- JavaScript `DataFlow::globalVarRef` now recognizes `document.defaultView` as an alias of `window`, allowing flows such as `document.defaultView.history.pushState(...)` to be modeled and found by queries relying on `globalVarRef("history")`.
|