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

Potential vulnerability in package glob-watche #67

Closed
paimon0715 opened this issue Jul 26, 2021 · 0 comments
Closed

Potential vulnerability in package glob-watche #67

paimon0715 opened this issue Jul 26, 2021 · 0 comments

Comments

@paimon0715
Copy link

paimon0715 commented Jul 26, 2021

Hi, @phated @contra, I'd like to report a vulnerability introduced by package glob-parent:

Issue

A vulnerability is introduced in glob-watcher@5.0.5:
Vulnerability CVE-2020-28469 is detected in package glob-parent (versions:<5.1.2): https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905
The above vulnerable package is referenced by glob-watcher@5.0.5 via:

  1. @mrp-brasil/nick-process-node@3.6.43 ➔ @mrp-brasil/nick-data-commons@3.6.43 ➔ gulp@4.0.2 ➔ glob-watcher@5.0.5 ➔ chokidar@2.1.8 ➔ glob-parent@3.1.0

Solution

Since glob-watcher@5.0.5 (742,227 downloads per week) is transitively referenced by 2,759 downstream projects (e.g., workbox-cli 6.1.5 (latest version), just-task 1.4.1 (latest version), just-scripts 1.5.4 (latest version), aurelia-cli 2.0.3 (latest version), node-bandwidth 4.0.0 (latest version))

If glob-watcher@5.0.* removes the vulnerable package from the above version, then its fixed version can help downstream users decrease their pain.

Could you help update packages in these versions?

Fixing suggestions

In glob-watcher@5.0.*, you can kindly perform the following upgrade :
chokidar ^2.0.0 ➔ ^3.0.0;

Note:
chokidar@3.0.0(>=3.0.0) directly depends on glob-parent@5.1.2 which has fixed the vulnerability (CVE-2020-28469)

Thanks for your contributions to the downstream users!

Best regards,
Paimon

@phated phated closed this as completed Jul 26, 2021
@gulpjs gulpjs locked as spam and limited conversation to collaborators Jul 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants