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

chore: upgrade to go1.22.4 and standard libraries #517

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Conversation

lvrach
Copy link
Member

@lvrach lvrach commented Jun 5, 2024

Description

Addressing:

Vulnerability #1: GO-2024-2887
    Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses in
    net/netip
  More info: https://pkg.go.dev/vuln/GO-2024-2887
  Standard library
    Found in: net/netip@go1.22.3
    Fixed in: net/netip@go1.22.4
    Example traces found:
      #1: stats/internal/otel/prometheus/exporter.go:113:27: prometheus.collector.Collect calls sync.Once.Do, which eventually calls netip.Addr.IsLoopback
      #2: stats/internal/otel/prometheus/exporter.go:113:27: prometheus.collector.Collect calls sync.Once.Do, which eventually calls netip.Addr.IsMulticast

Linear Ticket

Resolves PIPE-1164

Security

  • The code changed/added as part of this pull request won't create any security issues with how the software is being used.

@lvrach lvrach enabled auto-merge (squash) June 5, 2024 06:49
@lvrach lvrach merged commit 3283a98 into main Jun 5, 2024
11 checks passed
@lvrach lvrach deleted the chore.upgrade-go branch June 5, 2024 06:57
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.

3 participants