Skip to content
This repository was archived by the owner on Dec 10, 2023. It is now read-only.

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2021

Mend Renovate

This PR contains the following updates:

Package Change
minimist 0.0.8 -> 0.2.4

GitHub Vulnerability Alerts

CVE-2020-7598

Affected versions of minimist are vulnerable to prototype pollution. Arguments are not properly sanitized, allowing an attacker to modify the prototype of Object, causing the addition or modification of an existing property that will exist on all objects.
Parsing the argument --__proto__.y=Polluted adds a y property with value Polluted to all objects. The argument --__proto__=Polluted raises and uncaught error and crashes the application.
This is exploitable if attackers have control over the arguments being passed to minimist.

Recommendation

Upgrade to versions 0.2.1, 1.2.3 or later.

CVE-2021-44906

Minimist prior to 1.2.6 and 0.2.4 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95).


Configuration

📅 Schedule: Branch creation - "" (UTC), 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 added the ci issues and pull requests by CI label Jun 6, 2021
@renovate renovate bot requested a review from rkaneko June 6, 2021 21:23
@codecov-commenter
Copy link

codecov-commenter commented Jun 6, 2021

Codecov Report

Merging #284 (48974ae) into master (9ce2c45) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master    #284   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          52      52           
  Lines         606     606           
  Branches       79      79           
======================================
  Misses        606     606           

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 9ce2c45...48974ae. Read the comment docs.

@renovate renovate bot changed the title chore(deps): update dependency minimist to 0.2.1 [security] chore(deps): update dependency minimist to 1.2.6 [security] Mar 26, 2022
@renovate renovate bot force-pushed the renovate/npm-minimist-vulnerability branch from 0de6cac to 48974ae Compare March 26, 2022 14:00
@renovate renovate bot changed the title chore(deps): update dependency minimist to 1.2.6 [security] chore(deps): update dependency minimist to 0.2.4 [security] Mar 16, 2023
@renovate renovate bot changed the title chore(deps): update dependency minimist to 0.2.4 [security] chore(deps): update dependency minimist to 0.2.4 [security] - abandoned Mar 25, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ci issues and pull requests by CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants