You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im using webfont package that dependent on meow. meow dependent on yargs-parser.
when I scan my app (with Veracode sca) I getting Command Injection Vulnerability from yargs-parser version 10.1.0,
They suggest updating yargs-parser to [email protected], so that it is not vulnerable version, but I can not do it in my code because the dependencies are inside your code so I'll be happy if you can update your meow to latest version(inside webfontpackage.json
dependency).
screen shot from veracode SCA
error : Prototype Pollution yargs-parser is vulnerable to prototype pollution. The attack exists as it does not properly sanitize the key value provided by users, allowing the malicious properties of Object.prototype to be parsed or modified using aproto payload.
The text was updated successfully, but these errors were encountered:
Im using
webfont
package that dependent on meow. meow dependent onyargs-parser
.when I scan my app (with Veracode sca) I getting Command Injection Vulnerability from
yargs-parser version 10.1.0
,They suggest updating yargs-parser to
[email protected]
, so that it is not vulnerable version, but I can not do it in my code because the dependencies are inside your code so I'll be happy if you can update yourmeow
to latest version(insidewebfont
package.json
dependency).
screen shot from veracode SCA
error :
Prototype Pollution yargs-parser is vulnerable to prototype pollution. The attack exists as it does not properly sanitize the key value provided by users, allowing the malicious properties of Object.prototype to be parsed or modified using a
protopayload.
The text was updated successfully, but these errors were encountered: