Skip to content

Commit 6617747

Browse files
committed
JS: Update DataFlowTracking output for booleanOps.js
1 parent 6bb011a commit 6617747

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

javascript/ql/test/library-tests/TaintTracking/DataFlowTracking.expected

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
| access-path-sanitizer.js:2:18:2:25 | source() | access-path-sanitizer.js:4:8:4:12 | obj.x |
22
| advanced-callgraph.js:2:13:2:20 | source() | advanced-callgraph.js:6:22:6:22 | v |
3+
| booleanOps.js:2:11:2:18 | source() | booleanOps.js:4:8:4:8 | x |
4+
| booleanOps.js:2:11:2:18 | source() | booleanOps.js:7:10:7:10 | x |
5+
| booleanOps.js:2:11:2:18 | source() | booleanOps.js:10:10:10:10 | x |
6+
| booleanOps.js:2:11:2:18 | source() | booleanOps.js:13:10:13:10 | x |
7+
| booleanOps.js:2:11:2:18 | source() | booleanOps.js:19:10:19:10 | x |
8+
| booleanOps.js:2:11:2:18 | source() | booleanOps.js:22:10:22:10 | x |
39
| callbacks.js:4:6:4:13 | source() | callbacks.js:34:27:34:27 | x |
410
| callbacks.js:4:6:4:13 | source() | callbacks.js:35:27:35:27 | x |
511
| callbacks.js:5:6:5:13 | source() | callbacks.js:34:27:34:27 | x |

0 commit comments

Comments
 (0)