Skip to content

Commit 7d3e637

Browse files
authored
Merge pull request #618 from xiemaisi/js/fix-test-output
JavaScript: Fix expected test output.
2 parents d1cc53c + 7ee0ba3 commit 7d3e637

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

javascript/ql/test/query-tests/Security/CWE-754/UnvalidatedDynamicMethodCall.expected

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ nodes
4545
| tst.js:26:7:26:15 | obj[name] |
4646
| tst.js:26:11:26:14 | name |
4747
| tst.js:28:7:28:15 | obj[name] |
48-
| tst.js:28:7:28:15 | obj[name] |
4948
| tst.js:28:11:28:14 | name |
5049
| tst.js:47:39:47:40 | ev |
5150
| tst.js:48:9:48:39 | name |
@@ -102,7 +101,6 @@ edges
102101
| tst.js:26:11:26:14 | name | tst.js:26:7:26:15 | obj[name] |
103102
| tst.js:26:11:26:14 | name | tst.js:26:7:26:15 | obj[name] |
104103
| tst.js:28:11:28:14 | name | tst.js:28:7:28:15 | obj[name] |
105-
| tst.js:28:11:28:14 | name | tst.js:28:7:28:15 | obj[name] |
106104
| tst.js:47:39:47:40 | ev | tst.js:48:27:48:28 | ev |
107105
| tst.js:48:9:48:39 | name | tst.js:49:19:49:22 | name |
108106
| tst.js:48:16:48:34 | JSON.parse(ev.data) | tst.js:48:16:48:39 | JSON.pa ... a).name |
@@ -130,5 +128,4 @@ edges
130128
| tst.js:26:7:26:15 | obj[name] | tst.js:6:39:6:40 | ev | tst.js:26:7:26:15 | obj[name] | Invocation of method with $@ name may dispatch to unexpected target and cause an exception. | tst.js:6:39:6:40 | ev | user-controlled |
131129
| tst.js:26:7:26:15 | obj[name] | tst.js:6:39:6:40 | ev | tst.js:26:7:26:15 | obj[name] | Invocation of method with $@ name may dispatch to unexpected target and cause an exception. | tst.js:6:39:6:40 | ev | user-controlled |
132130
| tst.js:28:7:28:15 | obj[name] | tst.js:6:39:6:40 | ev | tst.js:28:7:28:15 | obj[name] | Invocation of method with $@ name may dispatch to unexpected target and cause an exception. | tst.js:6:39:6:40 | ev | user-controlled |
133-
| tst.js:28:7:28:15 | obj[name] | tst.js:6:39:6:40 | ev | tst.js:28:7:28:15 | obj[name] | Invocation of method with $@ name may dispatch to unexpected target and cause an exception. | tst.js:6:39:6:40 | ev | user-controlled |
134131
| tst.js:50:5:50:6 | fn | tst.js:47:39:47:40 | ev | tst.js:50:5:50:6 | fn | Invocation of method with $@ name may dispatch to unexpected target and cause an exception. | tst.js:47:39:47:40 | ev | user-controlled |

0 commit comments

Comments
 (0)