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

Upgrade glob-parent to version 6.0.1 #118

Open
arderyp opened this issue Jul 19, 2022 · 4 comments
Open

Upgrade glob-parent to version 6.0.1 #118

arderyp opened this issue Jul 19, 2022 · 4 comments

Comments

@arderyp
Copy link

arderyp commented Jul 19, 2022

CVE-2021-35065

@paulmillr
Copy link

The alert is false, report this to GitHub: github/advisory-database#531

@arderyp
Copy link
Author

arderyp commented Jul 19, 2022

Thanks @paulmillr. I can try to reach out to GH to have them resolve it.

Could you explain in further detail what exactly is wrong with the alert? When I try a yarn upgrade, this package prevents glob-parent from being upgraded to a non-vulnerable version. Are you simply saying that this package uses glob-parent in such a way that this CVE does not affect us? Or that the CVE doesn't actually affect our version of glob-parent?

Is unpinning the glob-parent version and allowing a version upgrade a big lift on your end? I do see it would be a major version jump from 5 to 6, but am not familiar enough with glob-parent to know what kind of work that entails.

@paulmillr
Copy link

chokidar uses glob-parent 5.1.2, which is not vulnerable. If your tool says it's vulnerable, then it's garbage. github's dependabot is garbage. Chokidar won't update to 6.0.1 because it requires bumping nodejs requirement to v10. We have 40 million installs per week and many of those are v8. Why should I even consider upgrading this because of huge corporations who cannot get their tooling straight?

There is nothing you should do in your setup, you're not using glob-parent directly, and indirectly you're using non-vulnerable version.

Reporting to GH works.

@arderyp
Copy link
Author

arderyp commented Jul 19, 2022

"github's dependabot is garbage"

Lol, I often times have the same feeling. Thanks for the clarification, and the awesome package.

I'll report to GH

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

No branches or pull requests

2 participants