mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
JS: Add test
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
async function test() {
|
||||
let promisedTaint = source();
|
||||
(await promisedTaint).map(x => {
|
||||
sink(x); // NOT OK
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user