mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
287 B
287 B
2.6.16
Minor Analysis Improvements
- JavaScript
DataFlow::globalVarRefnow recognizesdocument.defaultViewas an alias ofwindow, allowing flows such asdocument.defaultView.history.pushState(...)to be modeled and found by queries relying onglobalVarRef("history").