Skip to content

Commit 3c980db

Browse files
authored
Format webix.js
1 parent 8ff5259 commit 3c980db

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/test/query-tests/Security/CWE-915/PrototypePollutingMergeCall

1 file changed

+1
-1
lines changed

javascript/ql/test/query-tests/Security/CWE-915/PrototypePollutingMergeCall/webix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import * as webix from "webix";
22

33
addEventListener("message", (event) => {
44
webix.extend({}, JSON.parse(event.data)); // NOT OK
5-
webix.copy({},JSON.parse(event.data)); // NOT OK
5+
webix.copy({}, JSON.parse(event.data)); // NOT OK
66
});

0 commit comments

Comments
 (0)