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

vulnerability CVE-2020-28469 is introduced in workbox-cli #2912

Closed
ayaka-kms opened this issue Aug 12, 2021 · 1 comment · Fixed by #2913
Closed

vulnerability CVE-2020-28469 is introduced in workbox-cli #2912

ayaka-kms opened this issue Aug 12, 2021 · 1 comment · Fixed by #2913

Comments

@ayaka-kms
Copy link

Hi, a vulnerability CVE-2020-28469 is introduced in workbox-cli via:
● workbox-cli@6.1.5 ➔ glob-watcher@5.0.5 ➔ chokidar@2.1.8 ➔ glob-parent@3.1.0

However, glob-watcher is a legacy package, which has not been maintained for about 1 years.
Is it possible to migrate glob-watcher to other package to remediate this vulnerability?

I noticed a migration record in other js repo for glob-watcher:

● in @11ty/eleventy, version 0.6.0 ➔ 0.7.0, migrate glob-watcher to chokidar via commit

Thanks.

@jeffposnick
Copy link
Contributor

It looks like using chokidar 3.x directly is a good idea anyway, as glob-watcher is stuck on chokidar 2.x, and that version might have some compatibility issues with more recent node releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants