| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The bundled `golang.org/x/text` v0.37.0 is reported for CVE-2026-56852 (GO-2026-5970, infinite loop on invalid input), fixed in v0.39.0. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
🧪 RC pre-release ready: v0.0.0-rc.pr117-e01bb4c Test this PR against localstack-pro CI by setting: LAMBDA_INIT_RELEASE_VERSION=v0.0.0-rc.pr117-e01bb4c Assets:
Built from e01bb4ccd9b344b2b9b55377eae4ea93a53d19c3. integ-tests skipped in RC builds. This pre-release is auto-deleted when the PR is closed. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Bumps golang.org/x/text from v0.37.0 to v0.39.0 to address CVE-2026-56852 / GO-2026-5970 (infinite loop on invalid input). v0.39.0 is the fixed version given by the advisory; v0.40.0 additionally requires golang.org/x/sync v0.22.0, so this keeps the diff to the one dependency.
Verified with govulncheck ./...: GO-2026-5970 is reported on v0.37.0 and no longer reported after the bump. go build ./... and go test ./... pass.