-
Notifications
You must be signed in to change notification settings - Fork 383
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 #263
Comments
One workaround is to explicity add the current version of handlbars as a dependency to your package.json: "dependencies": {
...
"express-handlebars": "^3.1.0",
"handlebars": "^4.4.2",
...
}, NPM will no longer show the warning. |
same here
|
I have finally gotten around to moving this repo to https://github.com/express-handlebars/express-handlebars/ any new development will be done on that repo. |
@UziTech what about the npm package? Does it point to the new repo, such that |
yes the npm package should point to the correct repo since v4.0.0 |
Thanks a lot @UziTech , nonetheless it seems the error persist cause
|
@UziTech I realized on your dependency of
Maybe it's recommendable to have |
"Versions of handlebars prior to are vulnerable to Prototype Pollution leading to Remote Code Execution"
Remediation
Upgrade to version 4.3.0 or later.
The text was updated successfully, but these errors were encountered: