Skip to content

vendor: golang.org/x/sys v0.45.0, golang.org/x/net v0.55.0#7001

Open
thaJeztah wants to merge 2 commits into
docker:masterfrom
thaJeztah:bump_x_deps
Open

vendor: golang.org/x/sys v0.45.0, golang.org/x/net v0.55.0#7001
thaJeztah wants to merge 2 commits into
docker:masterfrom
thaJeztah:bump_x_deps

Conversation

@thaJeztah
Copy link
Copy Markdown
Member

None of the CVEs are impacting us.

vendor: golang.org/x/sys v0.45.0

notable changes:

  • unix: update to Linux kernel 7.0
  • unix: add Readv, Writev, Preadv, Pwritev for OpenBSD
  • windows: add NtSetEaFile, NtQueryEaFile and NtQueryInformationFile
  • cpu: add LLACQ_SCREL, SCQ, DBAR_HINTS detection for loong64
  • cpu: detect zbc extension on riscv64

full diff: golang/sys@v0.44.0...v0.45.0

vendor: golang.org/x/net v0.55.0

security changes (not used in our code)

  • html: escape greater-than symbol in doctype identifiers (CVE-2026-25681)
  • html: improve Noah's Ark clause performance (CVE-2026-25680)
  • html: properly render fostered elements in foreign content (CVE-2026-42502)
  • html: properly check namespace in "in body" any other end tag (CVE-2026-42506)
  • html: ignore duplicate attributes during tokenization (CVE-2026-27136)

other changes:

  • quic: fix appendMaxDataFrame erroneously accumulating sentLimit
  • quic: establish a "happened-before" relationship between stream write and read
  • quic: fix buffer slicing when handling overlapping stream data
  • http2: avoid API changes when built with go1.27

security announce: https://groups.google.com/g/golang-announce/c/iI-mYSI0lu8
full diff: golang/net@v0.54.0...v0.55.0

- Human readable description for the release notes

- A picture of a cute animal (not mandatory but encouraged)

thaJeztah added 2 commits May 22, 2026 11:25
notable changes:

- unix: update to Linux kernel 7.0
- unix: add Readv, Writev, Preadv, Pwritev for OpenBSD
- windows: add NtSetEaFile, NtQueryEaFile and NtQueryInformationFile
- cpu: add LLACQ_SCREL, SCQ, DBAR_HINTS detection for loong64
- cpu: detect zbc extension on riscv64

full diff: golang/sys@v0.44.0...v0.45.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
security changes (not used in our code)

- html: escape greater-than symbol in doctype identifiers (CVE-2026-25681)
- html: improve Noah's Ark clause performance (CVE-2026-25680)
- html: properly render fostered elements in foreign content (CVE-2026-42502)
- html: properly check namespace in "in body" any other end tag (CVE-2026-42506)
- html: ignore duplicate attributes during tokenization (CVE-2026-27136)

other changes:

- quic: fix appendMaxDataFrame erroneously accumulating sentLimit
- quic: establish a "happened-before" relationship between stream write and read
- quic: fix buffer slicing when handling overlapping stream data
- http2: avoid API changes when built with go1.27

security announce: https://groups.google.com/g/golang-announce/c/iI-mYSI0lu8
full diff: golang/net@v0.54.0...v0.55.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants