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

Update go version to fix standard library vulnerability #216

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

krzwiatrzyk-lgd
Copy link
Contributor

Requestor/Issue: @krzwiatrzyk-lgd
Risk (low/med/high): low
Tested (yes/no): yes
Description/Why: To fix following vulnerability that can be found in Go:

┌─────────┬────────────────┬──────────┬────────┬───────────────────┬─────────────────┬────────────────────────────────────────────────────────────┐
│ Library │ Vulnerability  │ Severity │ Status │ Installed Version │  Fixed Version  │                           Title                            │
├─────────┼────────────────┼──────────┼────────┼───────────────────┼─────────────────┼────────────────────────────────────────────────────────────┤
│ stdlib  │ CVE-2024-24790 │ CRITICAL │ fixed  │ 1.21.5            │ 1.21.11, 1.22.4 │ golang: net/netip: Unexpected behavior from Is methods for │
│         │                │          │        │                   │                 │ IPv4-mapped IPv6 addresses                                 │
│         │                │          │        │                   │                 │ https://avd.aquasec.com/nvd/cve-2024-24790                 │
└─────────┴────────────────┴──────────┴────────┴───────────────────┴─────────────────┴────────────────────────────────────────────────────────────┘

@krzwiatrzyk-lgd krzwiatrzyk-lgd self-assigned this Jul 1, 2024
@krzwiatrzyk-lgd krzwiatrzyk-lgd requested a review from a team as a code owner July 1, 2024 13:21
@krzwiatrzyk-lgd
Copy link
Contributor Author

❯ govulncheck ./...
=== Symbol Results ===

No vulnerabilities found.

Your code is affected by 0 vulnerabilities.
This scan also found 0 vulnerabilities in packages you import and 1
vulnerability in modules you require, but your code doesn't appear to call these
vulnerabilities.
Use '-show verbose' for more details.

@krzwiatrzyk-lgd krzwiatrzyk-lgd merged commit 1d52b3e into master Jul 1, 2024
4 checks passed
@krzwiatrzyk-lgd krzwiatrzyk-lgd deleted the fix/update-go-build-version branch July 1, 2024 13:33
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