mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
JS: Add test
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function t1() {
|
||||
const elm = document.getElementById("foo");
|
||||
const e2 = elm.getElementsByTagName("bar")[0];
|
||||
e2.innerHTML = window.name; // $ MISSING: Alert
|
||||
}
|
||||
Reference in New Issue
Block a user