-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
cli/package-lock.json forces insecure minimatch 3.0.4 #1696
Comments
richgerrard
added a commit
to richgerrard/protobuf.js
that referenced
this issue
Mar 31, 2022
If I follow this, glob packages minimatch. Minimatch released a fix, glob also has a newer build, picking this up should pick up that. Fixes protobufjs#1696 Fixes protobufjs#1697 Fixes protobufjs#1698
Maintainers, any update on this? |
alexander-fenster
added a commit
that referenced
this issue
May 20, 2022
* Patch minimatch vulnerability If I follow this, glob packages minimatch. Minimatch released a fix, glob also has a newer build, picking this up should pick up that. Fixes #1696 Fixes #1697 Fixes #1698 * chore: update lockfile Co-authored-by: Alexander Fenster <[email protected]>
i just got flagged that one of my repo's had this and now I can't see that repo anymore. Does GH delete repos with such vulnerabilities? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
protobuf.js version: 6.11.2
Upon installing the package, the cli subpackage brings in (via transitive dep) minimatch 3.0.4. This version has been flagged with a security vulnerability. A version 3.0.5 (or higher) resolves the vulnerability, but cannot be installed via npm update due to cli/package-lock.json.
At this time the latest 3.x version is minimatch 3.1.2.
The text was updated successfully, but these errors were encountered: