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

mcr.microsoft.com/cbl-mariner/base/nodejs:18 contains FedRAMP vulnerability on npm dependency - 'tar' v6.2.0 #9334

Open
EldarZ opened this issue Jun 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@EldarZ
Copy link

EldarZ commented Jun 6, 2024

The latest version of mcr.microsoft.com/cbl-mariner/base/nodejs:18 contains Fedramp vulnerability in npm dependencies on package 'tar' version 6.2.0 (CVE-2024-28863)

'tar' fixed the vulnerability with their 6.2.1 release.

npm fixed the vulnerability here: npm/cli@9ccff72

npm released the fixes in npm version 10.8.1

mcr.microsoft.com/cbl-mariner/base/nodejs 18 latest NPM version is 10.5.0 (still contains this vulnerability):

docker run mcr.microsoft.com/cbl-mariner/base/nodejs:18 npm -v
10.5.0

Expected behavior:
updated npm package with no Fedramp vulnerabilities.

@EldarZ EldarZ added the bug Something isn't working label Jun 6, 2024
@nisamson
Copy link
Member

Addressing in PR #9372.

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
None yet
Development

No branches or pull requests

2 participants