mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
Updated the data flow analysis to include `document.defaultView` as a source node for global variable references. Added a new test file `tst4.js` and updated existing tests to verify the inclusion of `defaultView` and its properties in the expected results.
2 lines
48 B
JavaScript
2 lines
48 B
JavaScript
require("global/document").defaultView.history;
|