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

Incorrect version in package-lock.json triggers false positive for critical security vulnerability #356

Open
0xg0nz0 opened this issue Jul 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@0xg0nz0
Copy link

0xg0nz0 commented Jul 3, 2024

In ~/.vscode-server/extensions/github.vscode-github-actions-0.26.3/script/workspace/package-lock.json:

    "vscode-github-actions": {
      "version": "0.25.6",

So it looks like the declared version in the lock file (0.25.6) is older than the package version (0.26.3).

This in turn gets flagged in grype:

vscode-github-actions  0.25.6                                                                    npm        GHSA-wvmr-x489-hcpj  Critical  

Which is quite the false alarm, given the severity of that particular issue:

GHSA-wvmr-x489-hcpj

@0xg0nz0 0xg0nz0 added the bug Something isn't working label Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog 🗒
Development

No branches or pull requests

1 participant