Please try to fill out as much of the information below as you can. Thank you!
Which version contains the bug?
0.8.0
Describe the bug
The v0.8.0 binary bundles Go dependencies with known high-severity vulnerabilities:
| CVE |
Package |
Installed |
Fixed Version |
Severity |
| GO-2026-5942 |
golang.org/x/net |
v0.55.0 |
v0.56.0 |
High |
| GO-2026-4970 |
golang/stdlib |
1.26.4 |
1.25.12 / 1.26.5 / 1.27.0-rc.2 |
High |
| GO-2026-5970 |
golang.org/x/text |
v0.37.0 |
v0.39.0 |
High |
| GO-2026-5856 |
golang/stdlib |
1.26.4 |
1.25.12 / 1.26.5 / 1.27.0-rc.2 |
Medium |
A patch release with bumped dependencies would be appreciated.
How to recreate the bug?
Inspect the Go build info embedded in the v0.8.0 binary (e.g. via go version -m check_prometheus). The reported module versions contain known vulnerabilities.
Please try to fill out as much of the information below as you can. Thank you!
Which version contains the bug?
0.8.0
Describe the bug
The v0.8.0 binary bundles Go dependencies with known high-severity vulnerabilities:
A patch release with bumped dependencies would be appreciated.
How to recreate the bug?
Inspect the Go build info embedded in the v0.8.0 binary (e.g. via
go version -m check_prometheus). The reported module versions contain known vulnerabilities.