resolve CVE within trivy scan#2601
Closed
nathanlaceyraft wants to merge 2 commits intomikefarah:masterfrom
Closed
Conversation
Author
|
If you merge this PR, you can delete https://github.com/mikefarah/yq/pull/2598/changes which tried to update you to a release candidate. |
Author
|
merging #2603 will also resolve the issue, thanks |
Author
|
cve resolved by merging #2603 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If you do docker build the image and do
You'll get
usr/bin/yq (gobinary)
Total: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 1, CRITICAL: 0)
┌─────────┬────────────────┬──────────┬────────┬───────────────────┬──────────────────────────────┬────────────────────────────────────────────────────────────┐
│ Library │ Vulnerability │ Severity │ Status │ Installed Version │ Fixed Version │ Title │
├─────────┼────────────────┼──────────┼────────┼───────────────────┼──────────────────────────────┼────────────────────────────────────────────────────────────┤
│ stdlib │ CVE-2025-68121 │ HIGH │ fixed │ v1.25.6 │ 1.24.13, 1.25.7, 1.26.0-rc.3 │ During session resumption in crypto/tls, if the underlying │
│ │ │ │ │ │ │ Config has ...... │
│ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2025-68121 │
Updating to go 1.25.7 resolves the CVE shown in trivy
Thanks for your consideration.