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 319ee2c commit e745f42Copy full SHA for e745f42
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 // $ MISSING: Alert - passing data from file to the request json body
+ 'js_code' : codestring // passing data from file to the request json body
15
});
16
17
// An object of options to indicate where to post to
0 commit comments