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

chore(deps): update dependency lodash to v4.17.21 [security] - abandoned #151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 8, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lodash (source) 4.17.11 -> 4.17.21 age adoption passing confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.

GitHub Vulnerability Alerts

CVE-2020-28500

All versions of package lodash prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions. Steps to reproduce (provided by reporter Liyuan Chen): var lo = require('lodash'); function build_blank (n) { var ret = "1" for (var i = 0; i < n; i++) { ret += " " } return ret + "1"; } var s = build_blank(50000) var time0 = Date.now(); lo.trim(s) var time_cost0 = Date.now() - time0; console.log("time_cost0: " + time_cost0) var time1 = Date.now(); lo.toNumber(s) var time_cost1 = Date.now() - time1; console.log("time_cost1: " + time_cost1) var time2 = Date.now(); lo.trimEnd(s) var time_cost2 = Date.now() - time2; console.log("time_cost2: " + time_cost2)

CVE-2020-8203

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.


Release Notes

lodash/lodash

v4.17.21

Compare Source

v4.17.20

Compare Source

v4.17.16

Compare Source

v4.17.15

Compare Source

v4.17.14

Compare Source

v4.17.13

Compare Source

v4.17.12

Compare Source


Configuration

📅 Schedule: Branch creation - "" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from 4486fa8 to dd2a9ce Compare February 8, 2021 21:50
@codecov-io
Copy link

codecov-io commented Feb 8, 2021

Codecov Report

Merging #151 (9010c17) into master (70d9b13) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #151   +/-   ##
=======================================
  Coverage   84.84%   84.84%           
=======================================
  Files           3        3           
  Lines         132      132           
  Branches       35       35           
=======================================
  Hits          112      112           
  Misses         20       20           

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 70d9b13...9010c17. Read the comment docs.

@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch 26 times, most recently from 9a566bd to f6c42f7 Compare February 10, 2021 00:35
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from a4f8324 to 213eb60 Compare February 22, 2021 13:54
@renovate renovate bot changed the title Update dependency lodash to v4.17.19 [SECURITY] Update dependency lodash to ^4.17.19 [SECURITY] Feb 22, 2021
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from 213eb60 to 95636ad Compare February 25, 2021 12:13
@renovate renovate bot changed the title Update dependency lodash to ^4.17.19 [SECURITY] Update dependency lodash to v4.17.19 [SECURITY] Feb 25, 2021
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch 2 times, most recently from 963b5c5 to c14077d Compare March 7, 2021 19:28
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch 3 times, most recently from eba4345 to 18cfad4 Compare March 22, 2021 21:04
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch 3 times, most recently from 4443c71 to 9010c17 Compare April 3, 2021 15:39
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from 9010c17 to 4bafe83 Compare April 19, 2021 13:51
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from 4bafe83 to a64d44d Compare May 1, 2021 10:01
@codecov-commenter
Copy link

codecov-commenter commented May 1, 2021

Codecov Report

Merging #151 (a7459d0) into master (1afffea) will not change coverage.
The diff coverage is n/a.

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

@@           Coverage Diff           @@
##           master     #151   +/-   ##
=======================================
  Coverage   84.84%   84.84%           
=======================================
  Files           3        3           
  Lines         132      132           
  Branches       35       35           
=======================================
  Hits          112      112           
  Misses         20       20           

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 2794542...6fdd2aa. Read the comment docs.

@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from a64d44d to 9d73d70 Compare May 6, 2021 22:33
@renovate renovate bot changed the title Update dependency lodash to v4.17.19 [SECURITY] Update dependency lodash to v4.17.21 [SECURITY] May 6, 2021
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from 9d73d70 to a7459d0 Compare May 13, 2021 19:29
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from a7459d0 to 6fdd2aa Compare January 24, 2022 13:00
@renovate renovate bot changed the title Update dependency lodash to v4.17.21 [SECURITY] Update dependency lodash to v4.17.21 [SECURITY] - autoclosed Mar 12, 2022
@renovate renovate bot closed this Mar 12, 2022
@renovate renovate bot deleted the renovate/npm-lodash-vulnerability branch March 12, 2022 00:35
@renovate renovate bot changed the title Update dependency lodash to v4.17.21 [SECURITY] - autoclosed Update dependency lodash to v4.17.21 [SECURITY] Mar 15, 2022
@renovate renovate bot reopened this Mar 15, 2022
@renovate renovate bot restored the renovate/npm-lodash-vulnerability branch March 15, 2022 17:28
@renovate renovate bot changed the title Update dependency lodash to v4.17.21 [SECURITY] chore(deps): update dependency lodash to v4.17.21 [security] Mar 15, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title chore(deps): update dependency lodash to v4.17.21 [security] chore(deps): update dependency lodash to v4.17.21 [security] - abandoned Dec 8, 2024
Copy link
Contributor Author

renovate bot commented Dec 8, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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

Successfully merging this pull request may close these issues.

3 participants