-
Notifications
You must be signed in to change notification settings - Fork 2k
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
NPM Audit #1454
Comments
That's for versions |
Yes please. I just noticed that the fix was backported to 3.x but there is no 3.0.4 release that contains it. This would be very helpful for us! |
I have released At the moment SauceLabs seems to be causing timeouts. But it's in |
There was a potential XSS exploit when using unquoted attributes that this should help reduce. Fixes #1083
Thank you @nknapp ! |
I wonder what the process is for getting https://www.cvedetails.com/cve/CVE-2015-8861/ updated... |
And then after the CVE is updated, https://github.com/nodejs/security-advisories/blob/master/ecosystem/handlebars/61.json will need to be updated as well. |
@mattolson @courtneynguyen some people have broken builds, because of the 3.0.5 release I made. |
After talk to @wycats, we have decided to revert the fix (in 3.0.6), because it was in illegal change in a patch-release according to semver-logic. The plan is to release a new minor version 3.1.0, in which the fix can be optionally activated. I'll open a separate issue for that. In the meantime, people who require the fix must make sure to stick to version 3.0.5. I'm sorry about the level of complexity of this issue, but this is an old project, with lots of users and compatibility is an important issue. |
if you all are referencing the issue reported on snyk - i highly recommend taking a step back and thinking about what they are reporting against... i'm not convinced that this is an issue at all with handlebars so much as it is an issue with the code by the developer(s) that potentially introduced this as an issue. (more information can be found in the comments in this PR - that is now closed after reading up more on the reported issue) that said - please reconsider even attempting to patch this and reconsider pushing back on this one... |
I am running Node Version 9.9.7 and I ran
npm audit
. It looks like there is a Cross-Site-Scripting issue.high Cross-Site Scripting
Package handlebars
Dependency of mochawesome-screenshots
Path mochawesome-screenshots > handlebars
https://nodesecurity.io/advisories/61
The text was updated successfully, but these errors were encountered: