File tree Expand file tree Collapse file tree
javascript/ql/test/library-tests/TaintTracking Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44| partialCalls.js:4:17:4:24 | source() | partialCalls.js:30:14:30:20 | x.value |
55| partialCalls.js:4:17:4:24 | source() | partialCalls.js:41:10:41:18 | id(taint) |
66| partialCalls.js:4:17:4:24 | source() | partialCalls.js:51:14:51:14 | x |
7+ | promise.js:4:24:4:31 | source() | promise.js:4:8:4:32 | Promise ... urce()) |
8+ | promise.js:5:25:5:32 | source() | promise.js:5:8:5:33 | bluebir ... urce()) |
79| thisAssignments.js:4:17:4:24 | source() | thisAssignments.js:5:10:5:18 | obj.field |
810| thisAssignments.js:7:19:7:26 | source() | thisAssignments.js:8:10:8:20 | this.field2 |
911| tst.js:2:13:2:20 | source() | tst.js:4:10:4:10 | x |
Original file line number Diff line number Diff line change 1+ let bluebird = require ( 'bluebird' ) ;
2+
3+ function test ( ) {
4+ sink ( Promise . resolve ( source ( ) ) ) ; // NOT OK
5+ sink ( bluebird . resolve ( source ( ) ) ) ; // NOT OK
6+ }
You can’t perform that action at this time.
0 commit comments