mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
javascript: add change note
This commit is contained in:
5
javascript/ql/lib/change-notes/released/2.6.15.md
Normal file
5
javascript/ql/lib/change-notes/released/2.6.15.md
Normal file
@@ -0,0 +1,5 @@
|
||||
## 2.6.15
|
||||
|
||||
### 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")`.
|
||||
Reference in New Issue
Block a user