-
-
Notifications
You must be signed in to change notification settings - Fork 584
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
Fix security vulnerability CVE-2019-20149 #971
Comments
What are you talking about? Chokidar doesn't depend on kind-of. |
@paulmillr, oh now I see, that was our fault. It seems that there was a mistake in our audit tools. Sorry for bothering you. |
@paulmillr @RedMickey I see the following listed in
Pretty worrying to see a CVE so rapidly dismissed on such a popular package. |
@edwardgalligan bullshit. Do your research. I take security very seriously. Anymatch has 2 dependencies: https://www.npmjs.com/package/picomatch Each of those have 0 dependencies. No kind-of. Braces has one dep fill-range, which has one dep to-regex-range, which has one dep is-number. Readdirp has only picomatch. |
Hello, I'm a member the development team of VS Code extensions for debugging Cordova and React Native applications. Several vulnerabilities were revealed in chokidar package dependencies. The package causing a security issue is kind-of. Detailed info about
CVE-2019-20149
vulnerability is available here. The vulnerability has been already fixed. It's recommended to update outdated dependencies.The text was updated successfully, but these errors were encountered: