Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e745f42

Browse files
committed
JS: Remove alert expectation from step
This is just a step on the path, not a sink
1 parent 319ee2c commit e745f42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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 // $ MISSING: Alert - passing data from file to the request json body
14+
'js_code' : codestring // passing data from file to the request json body
1515
});
1616

1717
// An object of options to indicate where to post to

0 commit comments

Comments
 (0)