mafintosh / csv-parser

Streaming csv parser inspired by binary-csv that aims to be faster than everyone else
MIT License
1.41k stars 134 forks source link

[Snyk] Security upgrade minimist from 1.2.0 to 1.2.6 #216

Open snyk-bot opened 2 years ago

snyk-bot commented 2 years ago

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.

merge advice

Changes included in this PR

Vulnerabilities that will be fixed

With an upgrade:
Severity Priority Score (*) Issue Breaking Change Exploit Maturity
low severity 471/1000
Why? Recently disclosed, Has a fix available, CVSS 3.7
Prototype Pollution
SNYK-JS-MINIMIST-2429795
No No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Commit messages
Package name: minimist The new version differs by 21 commits.
See the full diff

Check the changes in this PR to ensure they won't cause issues with your project.


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information: 🧐 View latest project report

🛠 Adjust project settings

📚 Read more about Snyk's upgrade and patch logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Prototype Pollution

richard-lopes-ifood commented 1 year ago

When is this coming in?

jwarchol commented 1 year ago

@TrySound Any chance you can release 3.0.1 with this CVE dependency fix?

shellscape commented 1 year ago

prototype pollution isn't exactly an emergency. is this adversely affecting anyone or just another snyk alarm?

jwarchol commented 1 year ago

It's being flagged by Wiz.io as a critical vulnerability and the CVE shows exploits. Seems worth the dep bump. https://nvd.nist.gov/vuln/detail/CVE-2021-44906

jwarchol commented 1 year ago

Example of yarn audit showing it as a critical vuln:

image