Skip to content

Update lodash to address audited vulnerability#68

Closed
sievins wants to merge 1 commit into
scottcorgan:masterfrom
sievins:master
Closed

Update lodash to address audited vulnerability#68
sievins wants to merge 1 commit into
scottcorgan:masterfrom
sievins:master

Conversation

@sievins
Copy link
Copy Markdown

@sievins sievins commented Jul 14, 2019

Address the high severity vulnerability reported by GitHub and npm audit when installing tap-spec.

Issue reference: #67

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 (and npm audit) 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.

Thanks 😄

@sievins
Copy link
Copy Markdown
Author

sievins commented Sep 7, 2021

Closing in favour for #73

@sievins sievins closed this Sep 7, 2021
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.

1 participant