vendor: golang.org/x/sys v0.45.0, golang.org/x/net v0.55.0#7001
Open
thaJeztah wants to merge 2 commits into
Open
vendor: golang.org/x/sys v0.45.0, golang.org/x/net v0.55.0#7001thaJeztah wants to merge 2 commits into
thaJeztah wants to merge 2 commits into
Conversation
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 Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
None of the CVEs are impacting us.
vendor: golang.org/x/sys v0.45.0
notable changes:
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)
other changes:
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)