We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In ~/.vscode-server/extensions/github.vscode-github-actions-0.26.3/script/workspace/package-lock.json:
~/.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:
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
~/.vscode-server/extensions/github.vscode-github-actions-0.26.3/script/workspace/package-lock.json
: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
:Which is quite the false alarm, given the severity of that particular issue:
GHSA-wvmr-x489-hcpj
The text was updated successfully, but these errors were encountered: