istanbuljs / test-exclude

test for inclusion or exclusion of paths using globs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PRISMA-2022-0039 in minimatch version 3.0.4 dependency

Murali84 opened this issue · comments

Minimatch is flagged as HIGH vulnerability in PRISMA. Fix version found in 3.0.5.

PRISMA issue link: isaacs/minimatch@a8763f4

Can you please check and let me know if more info required?

commented

Add this to your package.json and test it
"overrides": {
"test-exclude": {
"minimatch": ">=3.0.5"
}
}