Commit 22e2db1
fix(security): upgrade Go to 1.25.5 to address CVE in crypto/x509 (#695)
Upgrade Go version from 1.25.1 to 1.25.5 to fix vulnerability:
- crypto/x509: Denial of Service due to excessive resource consumption
via crafted certificate (HostnameError.Error() quadratic runtime)
Changes:
- Updated go.mod from go 1.25.1 to go 1.25.5
- Updated dockerfiles/Dockerfile.cloud from golang:1.22-alpine3.19 to golang:1.25-alpine3.21
The Dockerfile was already using golang:1.25-alpine3.21 which will
pull the latest patch version (1.25.5) containing the fix.
Co-authored-by: Michael Guarino <mjg@plural.sh>1 parent 0419fa5 commit 22e2db1
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| 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