-
Notifications
You must be signed in to change notification settings - Fork 7.1k
fix: prototype pollution in _.defaultsDeep #4336
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
Merged
jdalton
merged 1 commit into
lodash:4.17.12-pre
from
Kirill89:fix/prototype-pollution-defaults-deep
Jun 24, 2019
Merged
fix: prototype pollution in _.defaultsDeep #4336
jdalton
merged 1 commit into
lodash:4.17.12-pre
from
Kirill89:fix/prototype-pollution-defaults-deep
Jun 24, 2019
Conversation
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
Thank you @Kirill89! |
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
blundin
added a commit
to blundin/brianlundin.com
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
andrew-jung
added a commit
to sdelements/material-ui
that referenced
this pull request
Jul 15, 2019
Update lodash.merge to ^4.6.2 (from ^4.6.0) https://github.com/lodash/lodash/issues/4348 lodash/lodash#4336
ricmoo
added a commit
to ethers-io/ethers.js
that referenced
this pull request
Jul 15, 2019
…y a development dependency, so no urgent need to publish, just for developers (lodash/lodash#4336).
ricmoo
added a commit
to ricmoo/Takoyaki
that referenced
this pull request
Jul 15, 2019
brophdawg11
added a commit
to brophdawg11/state-machine
that referenced
this pull request
Jul 16, 2019
kennyadsl
added a commit
to nebulab/solidus
that referenced
this pull request
Jul 17, 2019
CVE-2019-10744 lodash/lodash#4336 This is not critical since we only use lodash in development
2 tasks
ozgurgunes
added a commit
to ozgurgunes/Sketch-Case-Converter
that referenced
this pull request
Aug 1, 2019
ozgurgunes
added a commit
to ozgurgunes/Sketch-Symbol-States
that referenced
this pull request
Aug 1, 2019
ozgurgunes
added a commit
to ozgurgunes/Sketch-Overrides-Manager
that referenced
this pull request
Aug 1, 2019
ozgurgunes
added a commit
to ozgurgunes/Sketch-Layer-Comps
that referenced
this pull request
Aug 1, 2019
ozgurgunes
added a commit
to ozgurgunes/Sketch-Turkish-Data
that referenced
this pull request
Aug 1, 2019
egalano
added a commit
to INFURA/devp2p-network
that referenced
this pull request
Aug 6, 2019
egalano
added a commit
to INFURA/devp2p-network
that referenced
this pull request
Aug 6, 2019
TartarusDevtech
added a commit
to TartarusDevtech/Devp2pNetwork
that referenced
this pull request
May 24, 2025
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