Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 287 Bytes

File metadata and controls

5 lines (3 loc) · 287 Bytes

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").