mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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").