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

Dependency vulnerabilities #105

Open
PeculiarGoat opened this issue Nov 4, 2021 · 3 comments · May be fixed by #106
Open

Dependency vulnerabilities #105

PeculiarGoat opened this issue Nov 4, 2021 · 3 comments · May be fixed by #106

Comments

@PeculiarGoat
Copy link

Any chance you could run npm audit fix --force to kill those vulnerabilities?

@TheBrockEllis
Copy link

Specifically, I'm running into some issues with the ansi-regex package that's a deep dependency of chokidar-cli when running npm audit. I understand that often times the audit tool reports false positives, but we're trying to be thorough by tracking down new entries. According to NPM's audit tool:

Severity: moderate
Package: ansi-regex
Patched-in: >=5.0.1
Dependency of: chokidar-cli [dev]
Path: chokidar-cli > yards > string-width > strip-ansi > ansi-regex
More info: GHSA-93q8-gq69-wqmw

@gotreasa
Copy link

A handy tool to use is snyk:

npx snyk wizard --dev

This takes you through the vulnerabilities and suggests a fix if it's available or to ignore the vulnerability until a fix can be applied at a later point. Some of the features of Snyk are on https://support.snyk.io/hc/en-us/articles/360000920818-What-is-the-difference-between-snyk-test-protect-and-monitor-

@luflow
Copy link

luflow commented Mar 2, 2022

@gotreasa Doesn't help with ansi-regex in this case. No patch available it says.

Cant the project just update to 5.0.1 (with node.js 8 as req) or 6.0.1 (with node.js 12 as req)? The changelogs don't suggest any other breaking changes.

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

Successfully merging a pull request may close this issue.

4 participants