mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
JS: Add a query ID
This commit is contained in:
@@ -34,7 +34,7 @@ function PostCode(codestring) {
|
||||
});
|
||||
});
|
||||
|
||||
post_req.write(post_data); // $ Alert - post the data from file to request body
|
||||
post_req.write(post_data); // $ Alert[js/file-access-to-http] - post the data from file to request body
|
||||
post_req.end();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user