Skip to content

Commit bd18e86

Browse files
committed
javascript: add change note
1 parent 30cc914 commit bd18e86

File tree

1 file changed

+5
-0
lines changed
  • javascript/ql/lib/change-notes/released

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 2.6.15
2+
3+
### Minor Analysis Improvements
4+
5+
- 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")`.

0 commit comments

Comments
 (0)