mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
JS: Add query ID to some alerts
This commit is contained in:
@@ -29,12 +29,12 @@ fs.exists(fileName, function (exists) {
|
||||
res.setEncoding('utf8');
|
||||
});
|
||||
|
||||
req.write(postData); // $ Alert - write data from file to request body
|
||||
req.end();
|
||||
req.write(postData); // $ Alert[js/file-access-to-http] - write data from file to request body
|
||||
req.end();
|
||||
});
|
||||
|
||||
fs.close(fd);
|
||||
});
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user