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

Changed ejs dependency version to 3.1.7. #759

Closed
wants to merge 1 commit into from
Closed

Changed ejs dependency version to 3.1.7. #759

wants to merge 1 commit into from

Conversation

Cogneter
Copy link

@Cogneter Cogneter commented May 8, 2022

The new version is required to fix template injection vulnerability in ejs GHSA-phwq-j96m-2c2q.

The new version is required to fix template injection vulnerability in ejs GHSA-phwq-j96m-2c2q.
@jamonholmgren
Copy link
Member

Will take a look soon!

@Mashbourne1
Copy link

Hey @jamonholmgren, I'm kindly requesting a release with this fix as soon as you get a chance. Thanks in advance!

@ThomasDRT
Copy link

@jamonholmgren - also asking for a release with this fix please, thank you!

@thompsonsj
Copy link

This got closed but not merged. Any reason? GHSA-phwq-j96m-2c2q is rated critical.

In the meantime, I'm addressing this vulnerability using using yarn resolutions, in case it helps anyone else. A useful temporary fix, especially if you are looking to address security advisories (such as Dependabot).

"dependencies": {
  "gluegun": "^5.1.2"
},
"resolutions": {
  "ejs": "3.1.7"
},

https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/

This pull request was closed.
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.

5 participants