Upstream Sync Report 2026-08-19: Go 1.26.6 security fixes and HTTP/2 follow-up
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4.9k
- Forks
- 409
- Avg merge
- 6h 47m
- Merged PRs (30d)
- 7
Description
Upstream Sync Report — 2026-08-19
Upstream changes
- Go stdlib
net/http:9689556(2026-08-17) clearsReadHeaderTimeoutafter accepting an unencrypted HTTP/2 connection. The change is server-side (server.goand stdlib's internal HTTP/2 server), while req inlines client-sidenet/httpcode, so no req port is required. golang.org/x/net/http2:f6c404b(2026-08-17) restores documentation forh2c.NewHandler. req does not vendorh2c, so no action is required.- quic-go: no release or security advisory after
v0.61.0.
Security scan
govulncheck ./... with the local Go 1.26.5 toolchain reports five standard-library advisories fixed in Go 1.26.6:
| Advisory | CVE | Affected area | req call path |
|---|---|---|---|
| GO-2026-6218 | CVE-2026-56860 | net/url |
Client.Do → URL parsing |
| GO-2026-6090 | CVE-2026-56862 | crypto/tls |
HTTP/2/HTTP/3 TLS paths |
| GO-2026-6088 | CVE-2026-56859 | encoding/xml |
Response.UnmarshalXml |
| GO-2026-5972 | CVE-2026-33818 | encoding/asn1 |
certificate loading |
| GO-2026-5026 | CVE-2026-39821 | x/net/idna |
Client.Do via net/http |
These are toolchain-level vulnerabilities rather than defects introduced by req source. The already required golang.org/x/net version v0.58.0 contains the x/net fix for GO-2026-5026. Users should build req with a patched Go toolchain (1.25.13+ on the 1.25 line or 1.26.6+ on the 1.26 line).
Impact
- No change to req's modified
net/http,internal/http2/, orinternal/http3/files is required. - The upstream baselines have advanced to Go
9689556and x/net/http2f6c404b. - quic-go remains at
v0.61.0; the inlined HTTP/3 code still needs a manual sync fromv0.60.0tov0.61.0.
Recommended action
No source change is needed for this report. Consumers should use a patched Go toolchain; maintainers should continue the existing manual HTTP/3 sync tracked in #502.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the upstream sync report and run govulncheck ./... using the local Go toolchain to confirm the listed advisories. The report says no req source change is needed; the remaining HTTP/3 sync is tracked in #502, so completion here is documenting the patched toolchain requirement rather than changing code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100