-
Notifications
You must be signed in to change notification settings - Fork 349
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 CVE-2025-22870 #2012
base: main
Are you sure you want to change the base?
Fix CVE-2025-22870 #2012
Conversation
@lubronzhan Could you take a look this PR when you have a time? |
go.mod
Outdated
@@ -1,6 +1,8 @@ | |||
module github.com/vmware-tanzu/sonobuoy | |||
|
|||
go 1.23 | |||
go 1.23.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember there is a golang related CVE on 1.23.0, could you update this to 1.23.1? Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for comment. I updated it to 1.23.2.
LGTM! Just a minor comment We could also consider adding this github workflow so we don't have to manually patch CVEs https://github.com/projectcontour/contour/blob/main/.github/workflows/trivy-scan.yaml |
sonobuoy (gobinary) Total: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 1, HIGH: 0, CRITICAL: 0) ┌──────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬─────────────────────────────────────────────────────────┐ │ Library │ Vulnerability │ Severity │ Status │ Installed Version │ Fixed Version │ Title │ ├──────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼─────────────────────────────────────────────────────────┤ │ golang.org/x/net │ CVE-2025-22870 │ MEDIUM │ fixed │ v0.33.0 │ 0.36.0 │ Matching of hosts against proxy patterns can improperly │ │ │ │ │ │ │ │ treat an IPv6 ... │ │ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2025-22870 │ └──────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴─────────────────────────────────────────────────────────┘ Signed-off-by: Masashi Honma <[email protected]>
eb2bb08
to
e315b84
Compare
What this PR does / why we need it:
trivy
reports trailing CVE. This PR fixes it.Which issue(s) this PR fixes
Special notes for your reviewer:
Release note: