Skip to content

Commit e994b16

Browse files
committed
JS: Mark an alert as missing
1 parent 142a047 commit e994b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/test/query-tests/Security/CWE-200/googlecompiler.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function PostCode(codestring) {
1111
'output_format': 'json',
1212
'output_info': 'compiled_code',
1313
'warning_level' : 'QUIET',
14-
'js_code' : codestring // $ Alert - passing data from file to the request json body
14+
'js_code' : codestring // $ MISSING: Alert - passing data from file to the request json body
1515
});
1616

1717
// An object of options to indicate where to post to
@@ -58,4 +58,4 @@ fs.readFile('LinkedList.js', 'utf-8', function (err, data) {
5858
console.log("No data to post");
5959
process.exit(-1);
6060
}
61-
});
61+
});

0 commit comments

Comments
 (0)