We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
webix.js
1 parent 8ff5259 commit 3c980dbCopy full SHA for 3c980db
javascript/ql/test/query-tests/Security/CWE-915/PrototypePollutingMergeCall/webix.js
@@ -2,5 +2,5 @@ import * as webix from "webix";
2
3
addEventListener("message", (event) => {
4
webix.extend({}, JSON.parse(event.data)); // NOT OK
5
- webix.copy({},JSON.parse(event.data)); // NOT OK
+ webix.copy({}, JSON.parse(event.data)); // NOT OK
6
});
0 commit comments