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: https://pkg.go.dev/vuln/GO-2025-3420 by upgrading from go 1.23.0 -> 1.23.5 #665

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

Bryce-Soghigian
Copy link
Collaborator

@Bryce-Soghigian Bryce-Soghigian commented Jan 28, 2025

Description
The CI is failing due to vulncheck. We get the following two cves

242Vulnerability #1: GO-2025-3420
243    Sensitive headers incorrectly sent after cross-domain redirect in net/http
244  More info: https://pkg.go.dev/vuln/GO-2025-3420
245  Standard library
246    Found in: net/[email protected]
247    Fixed in: net/[email protected]
and
253Vulnerability #2: GO-2025-3373
254    Usage of IPv6 zone IDs can bypass URI name constraints in crypto/x509
255  More info: https://pkg.go.dev/vuln/GO-2025-3373
256  Standard library
257    Found in: crypto/[email protected]
258    Fixed in: crypto/[email protected]

Does this change impact docs?

  • Yes, PR includes docs updates
  • Yes, issue opened: #
  • No

Release Note

fix cve  https://pkg.go.dev/vuln/GO-2025-3420 and https://pkg.go.dev/vuln/GO-2025-3373 by upgrading from go 1.23.0 -> 1.23.5

@Bryce-Soghigian Bryce-Soghigian merged commit 9c112fa into main Jan 28, 2025
12 checks passed
@Bryce-Soghigian Bryce-Soghigian deleted the bsoghigian/fix/vulncheck-errors branch January 28, 2025 02:35
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