Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

🚨 [security] Update lodash: 4.17.11 → 4.17.21 (patch) #100

Open
wants to merge 1 commit into
base: electron-rewrite
Choose a base branch
from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented May 6, 2021


🚨 Your current dependencies have known security vulnerabilities 🚨

This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!


Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ lodash (4.17.11 → 4.17.21) · Repo · Changelog

Security Advisories 🚨

🚨 Command Injection in lodash

lodash versions prior to 4.17.21 are vulnerable to Command Injection via the template function.

🚨 Prototype Pollution in lodash

Versions of lodash prior to 4.17.19 are vulnerable to Prototype Pollution. The function zipObjectDeep allows a malicious user to modify the prototype of Object if the property identifiers are user-supplied. Being affected by this issue requires zipping objects based on user-provided property arrays.

This vulnerability causes the addition or modification of an existing property that will exist on all objects and may lead to Denial of Service or Code Execution under specific circumstances.

🚨 Critical severity vulnerability that affects lodash, lodash-es, lodash-amd, lodash.template, lodash.merge, lodash.mergewith, and lodash.defaultsdeep

Affected versions of lodash are vulnerable to Prototype Pollution.
The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload.

🚨 High severity vulnerability that affects lodash, lodash-es, lodash-amd, lodash.template, lodash.merge, lodash.mergewith, and lodash.defaultsdeep

Affected versions of lodash are vulnerable to Prototype Pollution.
The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload.

Commits

See the full diff on Github. The new version differs by 51 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label May 6, 2021
@codecov
Copy link

codecov bot commented May 6, 2021

Codecov Report

Merging #100 (c1e88d8) into electron-rewrite (ec13aa6) will decrease coverage by 0.26%.
The diff coverage is n/a.

❗ Current head c1e88d8 differs from pull request most recent head 78acbf5. Consider uploading reports for the commit 78acbf5 to get more accurate results
Impacted file tree graph

@@                 Coverage Diff                  @@
##           electron-rewrite     #100      +/-   ##
====================================================
- Coverage             92.89%   92.62%   -0.27%     
====================================================
  Files                    14       14              
  Lines                   366      434      +68     
  Branches                 66       70       +4     
====================================================
+ Hits                    340      402      +62     
- Misses                   26       32       +6     
Impacted Files Coverage Δ
src/ts/settings.ts 95.58% <0.00%> (-4.42%) ⬇️
src/ts/zip.ts 100.00% <0.00%> (ø)
src/ts/file.ts 100.00% <0.00%> (ø)
src/ts/game.ts 100.00% <0.00%> (ø)
src/ts/build.ts 100.00% <0.00%> (ø)
src/ts/faker.ts 100.00% <0.00%> (ø)
src/ts/flash.ts 100.00% <0.00%> (ø)
src/ts/dialog.ts 0.00% <0.00%> (ø)
src/ts/routes.ts 0.00% <0.00%> (ø)
src/ts/server.ts 100.00% <0.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec13aa6...78acbf5. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants