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

Fix HIGH cve in cross-spawn #156

Merged
merged 3 commits into from
Nov 19, 2024
Merged

Fix HIGH cve in cross-spawn #156

merged 3 commits into from
Nov 19, 2024

Conversation

matthew1001
Copy link
Contributor

@matthew1001 matthew1001 commented Nov 18, 2024

Fixing CVE-2024-21538 in cross-spawn. Ran npm update to pull in updated cross-spawn as well as other dependency updates

Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
Copy link
Contributor

@EnriqueL8 EnriqueL8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -26,7 +26,7 @@ RUN trivy fs --format spdx-json --output /sbom.spdx.json /SBOM
RUN trivy sbom /sbom.spdx.json --severity UNKNOWN,HIGH,CRITICAL --exit-code 1

FROM $BASE_IMAGE
RUN apk add curl=8.9.1-r0
RUN apk add curl=8.9.1-r1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why we use this release candidate format still

@EnriqueL8 EnriqueL8 merged commit c0d7284 into hyperledger:main Nov 19, 2024
5 checks passed
@EnriqueL8 EnriqueL8 deleted the cve-fix branch November 19, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants