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

Drop require-folder-tree dependency. #254

Merged
merged 1 commit into from May 14, 2018

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented May 14, 2018

require-folder-tree is using a very old lodash version which is
flagged by an npm audit in consuming ember-cli applications as the
following:

┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low           │ Prototype Pollution
│
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ lodash
│
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=4.17.5
│
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ eslint-plugin-ember [dev]
│
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ eslint-plugin-ember > require-folder-tree > lodash
│
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://nodesecurity.io/advisories/577
│
└───────────────┴──────────────────────────────────────────────────────────────┘

I also personally find the explicitness here to be nicer...

`require-folder-tree` is using a _very_ old `lodash` version which is
flagged by an `npm audit` in consuming ember-cli applications as the
following:

```
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low           │ Prototype Pollution
│
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ lodash
│
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=4.17.5
│
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ eslint-plugin-ember [dev]
│
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ eslint-plugin-ember > require-folder-tree > lodash
│
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://nodesecurity.io/advisories/577
│
└───────────────┴──────────────────────────────────────────────────────────────┘
```

I also personally find the explicitness here to be nicer...
@rwjblue rwjblue merged commit d4ad322 into ember-cli:master May 14, 2018
@rwjblue rwjblue deleted the drop-require-folder-tree branch May 14, 2018 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant