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: 🤖 Renovate auto-bump Update dependency lodash to 4.17.21 [SECURITY] - abandoned #168

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2021

Mend Renovate

This PR contains the following updates:

Package Change
lodash 4.17.15 -> 4.17.21

GitHub Vulnerability Alerts

CVE-2021-23337

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

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.

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)


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 greenkeeper/npm-lodash-vulnerability branch 4 times, most recently from 2e54166 to 48060eb Compare March 4, 2021 14:20
@renovate renovate bot force-pushed the greenkeeper/npm-lodash-vulnerability branch from 48060eb to 363ef34 Compare March 30, 2021 10:32
@renovate renovate bot force-pushed the greenkeeper/npm-lodash-vulnerability branch 3 times, most recently from 63e1d75 to ba06c29 Compare April 19, 2021 19:41
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency lodash to 4.17.19 [SECURITY] chore: 🤖 Renovate auto-bump Update dependency lodash to 4.17.21 [SECURITY] May 6, 2021
@renovate renovate bot force-pushed the greenkeeper/npm-lodash-vulnerability branch from ba06c29 to 07d6ff4 Compare May 7, 2021 22:06
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency lodash to 4.17.21 [SECURITY] chore: 🤖 Renovate auto-bump Update dependency lodash to 4.17.21 [SECURITY] - abandoned Mar 24, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

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.

@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency lodash to 4.17.21 [SECURITY] - abandoned chore: 🤖 Renovate auto-bump Update dependency lodash to 4.17.21 [SECURITY] Apr 5, 2023
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency lodash to 4.17.21 [SECURITY] chore: 🤖 Renovate auto-bump Update dependency lodash to 4.17.21 [SECURITY] - abandoned Apr 17, 2023
Copy link
Contributor Author

renovate bot commented Aug 6, 2024

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.

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.

None yet

1 participant