fix: prototype pollution in _.defaultsDeep#4336
Merged
jdalton merged 1 commit intolodash:4.17.12-prefrom Jun 24, 2019
Kirill89:fix/prototype-pollution-defaults-deep
Merged
fix: prototype pollution in _.defaultsDeep#4336jdalton merged 1 commit intolodash:4.17.12-prefrom Kirill89:fix/prototype-pollution-defaults-deep
jdalton merged 1 commit intolodash:4.17.12-prefrom
Kirill89:fix/prototype-pollution-defaults-deep
Conversation
Member
|
Thank you @Kirill89! |
Member
|
Lodash v4.17.13 was released yesterday. |
kocisov
added a commit
to kocisov/clai
that referenced
this pull request
Jul 10, 2019
mearns
added a commit
to mearns/tracking-promise
that referenced
this pull request
Jul 11, 2019
dshoreman
added a commit
to dshoreman/servidor
that referenced
this pull request
Jul 11, 2019
🚨 [security] Update lodash: 4.17.11 → 4.17.14 (patch) Advisory: CVE-2019-10744 Disclosed: July 10, 2019 URL: lodash/lodash#4336
adamansky
added a commit
to Softmotions/ejdb
that referenced
this pull request
Jul 11, 2019
emizzle
pushed a commit
to emizzle/vue-cli
that referenced
this pull request
Jul 11, 2019
Update `lodash.defaultsdeep` to version `^4.6.1`. This is causing a high severity vulnerability in our repo. Fixed in lodash/lodash#4336.
emizzle
pushed a commit
to emizzle/vue-cli
that referenced
this pull request
Jul 11, 2019
Update `lodash.defaultsdeep` to version `^4.6.1`. This is causing a high severity vulnerability in our repo. Fixed in lodash/lodash#4336.
danwild
added a commit
to onaci/leaflet-velocity
that referenced
this pull request
Jul 11, 2019
emizzle
pushed a commit
to emizzle/vue-cli
that referenced
this pull request
Jul 11, 2019
Update `lodash.defaultsdeep` to version `^4.6.1`. This is causing a high severity vulnerability in our repo. Fixed in lodash/lodash#4336.
4 tasks
foosinn
added a commit
to bitsbeats/hub
that referenced
this pull request
Jul 11, 2019
karlhorky
added a commit
to karlhorky/mailgun-js-suppression-notifications-poc
that referenced
this pull request
Jul 11, 2019
haoqunjiang
pushed a commit
to vuejs/vue-cli
that referenced
this pull request
Jul 11, 2019
Update `lodash.defaultsdeep` to version `^4.6.1`. This is causing a high severity vulnerability in our repo. Fixed in lodash/lodash#4336.
Merged
This was referenced Jul 14, 2019
7 tasks
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The PR is fixing a Prototype Pollution vulnerability in
_.defaultsDeep.You can see details about similar vulnerability here: https://snyk.io/vuln/SNYK-JS-LODASH-73638