Skip to content

Conversation

@pissang
Copy link
Contributor

@pissang pissang commented Sep 15, 2021

No description provided.

@100pah
Copy link
Contributor

100pah commented Dec 7, 2024

memo poc

// poc.js
const zrender = require('zrender');
const obj = {};
const payload =  JSON.parse('{"__proto__":{"polluted":"Polluted!"}}');

console.log("Before: " + obj.polluted);
zrender.util.merge(obj, payload);
console.log("After: " + polluted);

plainheart added a commit that referenced this pull request Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants