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 efab011 commit 674fe30Copy full SHA for 674fe30
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