Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf33db7 commit c593853Copy full SHA for c593853
1 file changed
javascript/ql/test/query-tests/Security/CWE-200/googlecompiler.js
@@ -11,7 +11,7 @@ function PostCode(codestring) {
11
'output_format': 'json',
12
'output_info': 'compiled_code',
13
'warning_level' : 'QUIET',
14
- 'js_code' : codestring // $ Alert - passing data from file to the request json body
+ 'js_code' : codestring // $ MISSING: Alert - passing data from file to the request json body
15
});
16
17
// An object of options to indicate where to post to
@@ -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); // $ MISSING: Alert - post the data from file to request body
38
post_req.end();
39
40
}
0 commit comments