Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prototype pollution #22

Open
lovelyelfpop opened this issue Sep 23, 2022 · 1 comment
Open

prototype pollution #22

lovelyelfpop opened this issue Sep 23, 2022 · 1 comment

Comments

@lovelyelfpop
Copy link

lovelyelfpop commented Sep 23, 2022

Object.prototype.set
11111111111

This brought pptxjs into conflict with my ExtJS application, need to change to

var set = function(obj, parts, value){
// var obj = this;
...
...
...
set(node, path, value);
@bookofraj
Copy link

bookofraj commented Oct 19, 2024

The solution in the comments of #28 might help you.

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

No branches or pull requests

2 participants