-
Notifications
You must be signed in to change notification settings - Fork 1
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(package): Update dependency yargs-parser to 13.1.2 [SECURITY] #87
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/npm-yargs-parser-vulnerability
base: master
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
renovate/npm-yargs-parser-vulnerability
branch
from
March 26, 2022 15:07
838237c
to
a178fba
Compare
renovate
bot
force-pushed
the
renovate/npm-yargs-parser-vulnerability
branch
8 times, most recently
from
April 30, 2022 21:24
608eb3a
to
c44ce45
Compare
renovate
bot
force-pushed
the
renovate/npm-yargs-parser-vulnerability
branch
2 times, most recently
from
May 7, 2022 21:46
433efae
to
091e018
Compare
renovate
bot
force-pushed
the
renovate/npm-yargs-parser-vulnerability
branch
6 times, most recently
from
May 20, 2022 02:26
c9a0d6c
to
f871676
Compare
renovate
bot
force-pushed
the
renovate/npm-yargs-parser-vulnerability
branch
12 times, most recently
from
May 31, 2022 17:46
7ca4ed1
to
ba9f5f3
Compare
renovate
bot
force-pushed
the
renovate/npm-yargs-parser-vulnerability
branch
from
June 1, 2022 16:34
ba9f5f3
to
50d591f
Compare
renovate
bot
changed the title
chore(package): Update dependency yargs-parser to 13.1.2 [SECURITY]
chore(package): Update dependency yargs-parser to 13.1.2 [SECURITY] - autoclosed
Mar 31, 2023
renovate
bot
changed the title
chore(package): Update dependency yargs-parser to 13.1.2 [SECURITY] - autoclosed
chore(package): Update dependency yargs-parser to 13.1.2 [SECURITY]
Mar 31, 2023
renovate
bot
changed the title
chore(package): Update dependency yargs-parser to 13.1.2 [SECURITY]
chore(package): Update dependency yargs-parser to 13.1.2 [SECURITY] - autoclosed
Mar 31, 2023
renovate
bot
changed the title
chore(package): Update dependency yargs-parser to 13.1.2 [SECURITY] - autoclosed
chore(package): Update dependency yargs-parser to 13.1.2 [SECURITY]
Mar 31, 2023
renovate
bot
force-pushed
the
renovate/npm-yargs-parser-vulnerability
branch
from
April 1, 2023 02:33
59b0aa5
to
f9e5ff6
Compare
renovate
bot
changed the title
chore(package): Update dependency yargs-parser to 13.1.2 [SECURITY]
chore(package): Update dependency yargs-parser to 13.1.2 [SECURITY] - autoclosed
Apr 3, 2023
renovate
bot
changed the title
chore(package): Update dependency yargs-parser to 13.1.2 [SECURITY] - autoclosed
chore(package): Update dependency yargs-parser to 13.1.2 [SECURITY]
Apr 3, 2023
renovate
bot
changed the title
chore(package): Update dependency yargs-parser to 13.1.2 [SECURITY]
chore(package): Update dependency yargs-parser to 13.1.2 [SECURITY] - autoclosed
Apr 17, 2023
renovate
bot
changed the title
chore(package): Update dependency yargs-parser to 13.1.2 [SECURITY] - autoclosed
chore(package): Update dependency yargs-parser to 13.1.2 [SECURITY]
Apr 18, 2023
renovate
bot
force-pushed
the
renovate/npm-yargs-parser-vulnerability
branch
from
April 18, 2023 19:03
f9e5ff6
to
a9865af
Compare
renovate
bot
force-pushed
the
renovate/npm-yargs-parser-vulnerability
branch
from
April 27, 2023 13:27
a9865af
to
4122ce5
Compare
renovate
bot
force-pushed
the
renovate/npm-yargs-parser-vulnerability
branch
from
May 3, 2023 09:49
4122ce5
to
252f50e
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:
10.1.0
->13.1.2
GitHub Vulnerability Alerts
CVE-2020-7608
Affected versions of
yargs-parser
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
--foo.__proto__.bar baz'
adds abar
property with valuebaz
to all objects. This is only exploitable if attackers have control over the arguments being passed toyargs-parser
.Recommendation
Upgrade to versions 13.1.2, 15.0.1, 18.1.1 or later.
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.
This PR has been generated by Mend Renovate. View repository job log here.