-
Notifications
You must be signed in to change notification settings - Fork 107
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
Update dependency minimist to v1.2.6 [SECURITY] #206
Open
renovate
wants to merge
1
commit into
develop
Choose a base branch
from
deps/npm-minimist-vulnerability
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
force-pushed
the
deps/npm-minimist-vulnerability
branch
from
January 8, 2022 10:06
a1e6d07
to
aa75d8f
Compare
renovate
bot
force-pushed
the
deps/npm-minimist-vulnerability
branch
from
January 21, 2022 19:04
aa75d8f
to
f0e85ec
Compare
renovate
bot
changed the title
fix(deps): update dependency minimist to v1.2.3 [security]
fix(deps): update dependency minimist to v1.2.3 [security] - autoclosed
Mar 11, 2022
renovate
bot
changed the title
fix(deps): update dependency minimist to v1.2.3 [security] - autoclosed
fix(deps): update dependency minimist to v1.2.3 [security]
Mar 15, 2022
renovate
bot
force-pushed
the
deps/npm-minimist-vulnerability
branch
from
March 22, 2022 03:50
f0e85ec
to
4f9f49d
Compare
renovate
bot
force-pushed
the
deps/npm-minimist-vulnerability
branch
from
April 25, 2022 02:50
4f9f49d
to
8d71272
Compare
renovate
bot
force-pushed
the
deps/npm-minimist-vulnerability
branch
from
May 5, 2022 05:24
8d71272
to
678edbb
Compare
Edited/Blocked NotificationRenovate 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
bot
force-pushed
the
deps/npm-minimist-vulnerability
branch
from
April 17, 2023 04:19
678edbb
to
783dc60
Compare
renovate
bot
changed the title
fix(deps): update dependency minimist to v1.2.3 [security]
fix(deps): update dependency minimist to v1.2.6 [security]
Apr 17, 2023
renovate
bot
force-pushed
the
deps/npm-minimist-vulnerability
branch
from
July 19, 2023 11:11
783dc60
to
8edc6ab
Compare
renovate
bot
force-pushed
the
deps/npm-minimist-vulnerability
branch
from
August 22, 2023 18:07
8edc6ab
to
30812ac
Compare
renovate
bot
changed the title
fix(deps): update dependency minimist to v1.2.6 [security]
Update dependency minimist to v1.2.6 [SECURITY]
Jul 9, 2024
renovate
bot
force-pushed
the
deps/npm-minimist-vulnerability
branch
from
July 21, 2024 14:38
30812ac
to
10591c2
Compare
renovate
bot
force-pushed
the
deps/npm-minimist-vulnerability
branch
from
October 9, 2024 11:16
10591c2
to
98ff7fc
Compare
renovate
bot
force-pushed
the
deps/npm-minimist-vulnerability
branch
from
December 2, 2024 11:14
98ff7fc
to
cdb9af6
Compare
renovate
bot
changed the title
Update dependency minimist to v1.2.6 [SECURITY]
Update dependency minimist to v1.2.6 [SECURITY] - autoclosed
Dec 8, 2024
renovate
bot
changed the title
Update dependency minimist to v1.2.6 [SECURITY] - autoclosed
Update dependency minimist to v1.2.6 [SECURITY]
Dec 8, 2024
renovate
bot
force-pushed
the
deps/npm-minimist-vulnerability
branch
from
December 8, 2024 23:03
d703dd5
to
cdb9af6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
1.2.0
->1.2.6
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 ofObject
, causing the addition or modification of an existing property that will exist on all objects.Parsing the argument
--__proto__.y=Polluted
adds ay
property with valuePolluted
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
, functionsetKey()
(lines 69-95).Release Notes
minimistjs/minimist (minimist)
v1.2.6
Compare Source
Commits
bc8ecee
c2b9819
ef88b93
v1.2.5
Compare Source
v1.2.4
Compare Source
Commits
4cf1354
1043d21
v1.2.3
Compare Source
Commits
13c01a5
38a4d1c
v1.2.2
Compare Source
Commits
0efed03
67d3722
47acf72
63e7ed0
v1.2.1
Compare Source
Merged
opts['--']
example back where it belongs#63
Commits
6be5dae
ac3fc79
Configuration
📅 Schedule: Branch creation - "" in timezone Asia/Tokyo, 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.
This PR was generated by Mend Renovate. View the repository job log.