domenic / svg2png

Converts SVGs to PNGs, using PhantomJS
Other
584 stars 134 forks source link

Update dependency "yargs" #120

Open frodal opened 4 years ago

frodal commented 4 years ago

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 commented 3 years ago

+1

mazghul commented 3 years ago

Hi any update on the yargs package update?

frodal commented 3 years ago

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