We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87518ba commit b4ac2f7Copy full SHA for b4ac2f7
javascript/ql/test/query-tests/Security/CWE-200/googlecompiler.js
@@ -34,7 +34,7 @@ function PostCode(codestring) {
34
});
35
36
37
- 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
38
post_req.end();
39
40
}
0 commit comments