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

Update dependency "yargs" #120

Open
frodal opened this issue Jul 1, 2020 · 3 comments
Open

Update dependency "yargs" #120

frodal opened this issue Jul 1, 2020 · 3 comments

Comments

@frodal
Copy link

frodal commented Jul 1, 2020

yargs depends on the yards-parser which have a low security vulnerability, and should be updated.

see: https://www.npmjs.com/advisories/1500

Affected versions of yargs-parser 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 --foo.proto.bar baz' adds a bar property with value baz to all objects. This is only exploitable if attackers have control over the arguments being passed to yargs-parser.

@VictorioBerra
Copy link

+1

@mazghul
Copy link

mazghul commented Aug 13, 2021

Hi any update on the yargs package update?

@frodal
Copy link
Author

frodal commented Aug 14, 2021

I guess there is no one that maintains this repo anymore 😞

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

No branches or pull requests

3 participants