mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
add test for importScripts
This commit is contained in:
@@ -43,4 +43,6 @@ function foo() {
|
||||
var el = document.createElement("script");
|
||||
el.src = payload;
|
||||
document.body.appendChild(el); // NOT OK
|
||||
|
||||
importScripts(payload); // NOT OK
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user