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

Update lodash requirement to fix security vulnerability #67

Open
ReinierRothuis opened this issue Feb 15, 2019 · 1 comment
Open

Update lodash requirement to fix security vulnerability #67

ReinierRothuis opened this issue Feb 15, 2019 · 1 comment

Comments

@ReinierRothuis
Copy link

Audit marks this package with a moderate warning due to the lower version of lodash.
Please update to version >=4.17.11 of lodash

@sievins
Copy link

sievins commented Jul 14, 2019

Another high severity vulnerability has been identified in lodash.

The current version of lodash (4.17.10) that tap-spec depends on has a high severity vulnerability. Lodash applied a fix for 4.17.13.

The vunerablity only affects the following lodash functions, merge, mergeWith and defaultsDeep, which aren't actually used in this library. But it would be nice to upgrade it anyway as it would mean that consumers of tap-spec can trust the library implicitly. At the moment GitHub alerts users of this vulnerability when installing tap-spec and you have to manually check that the library doesn't use the above lodash functions.

  • tap-spec version : 5.0.0

What did you expect to happen?
Not to receive a high severity vulnerability alert when installing tap-spec.

What actually happens
You receive a high severity vulnerability alert when installing tap-spec.

How to reproduce

npm i -D tap-spec

Thanks 😄

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

2 participants