Commit 271edd9
authored
fix: update Go to 1.24.11 to fix stdlib security vulnerabilities (#3059)
Addresses Go stdlib CVEs:
- CVE-2025-61724 (net/textproto) - fixed in Go 1.24.8
- CVE-2025-58189 (crypto/tls) - fixed in Go 1.24.8
- CVE-2025-58185 (encoding/asn1) - fixed in Go 1.24.8
- CVE-2025-61723 (encoding/pem) - fixed in Go 1.24.8
- CVE-2025-47912 (net/url) - fixed in Go 1.24.8
- GO-2025-4175 (crypto/x509) - fixed in Go 1.24.11
- GO-2025-4155 (crypto/x509) - fixed in Go 1.24.11
- GO-2025-4007 (crypto/x509) - fixed in Go 1.24.9
Also adds:
- golang version to .tool-versions for asdf users
- scripts/check-go-vulnerabilities.sh for local vulnerability scanning
Closes #3036, #3037, #3038, #3039, #30401 parent 4495de9 commit 271edd9
4 files changed
Lines changed: 32 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments