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

Lodash security vulnerabilities #55

Open
probablyabear opened this issue May 15, 2020 · 0 comments
Open

Lodash security vulnerabilities #55

probablyabear opened this issue May 15, 2020 · 0 comments

Comments

@probablyabear
Copy link

probablyabear commented May 15, 2020

Hi there,

Noticed a bunch of security vulnerabilities within gulp-mjml. Most seem related to the version of lodash being used in the mjml package gulp-mjml uses. Possible to bump the versions of lodash referenced within the various mjml modules?

Example warning:

┌───────────────┬──────────────────────────────────────────────────────────────┐
│ High          │ Lodash Package for Node.js .internal/baseZipObject.js        │
│               │ baseZipObject() Function Property Manipulation Resource      │
│               │ Exhaustion DoS                                               │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ lodash                                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │                                                              │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ gulp-mjml [dev]                                              │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ gulp-mjml > mjml > mjml-section > mjml-core >                │
│               │ mjml-parser-xml > lodash                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://vulndb.cyberriskanalytics.com/vulnerabilities/228535 │
└───────────────┴──────────────────────────────────────────────────────────────┘

Edit
Looks like the security warnings are coming from the mjml lib itself. Will check with them.

Edit 2
More research shows this is being addressed by the lodash team. See the following issue and PRs:
https://github.com/lodash/lodash/issues/4775
lodash/lodash#4745
lodash/lodash#4759

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

1 participant