HomeGuidesChangelog
Changelog
added

v2.5.2-stable Release

Version 2.5.2 of Sidecar includes security dependency updates and support for multi-architecture container images.

Changed

ComponentUpdate
Container imagesAs of this version, Sidecar supports multi-architecture images.
Go standard libraryUpgraded from 1.25.13 to 1.26.6
x/netUpgraded from 0.55.0 to 0.56.0
fasthttpUpgraded from 1.53.0 to 1.70.0.

Fixed

ComponentSeverityAffected VersionFixed VersionDescription
stdlibHighpkg:golang/[email protected]; affected range <1.26.61.26.6Fixed a panic when parsing an invalid SVCB or HTTPS RR where the size of a parameter value overflows the message buffer. EPSS score: 0.339% (27th percentile).
x/netHighpkg:golang/golang.org/x/[email protected]; affected range <0.56.00.56.0Fixed a panic when parsing an invalid SVCB or HTTPS RR where the size of a parameter value overflows the message buffer. EPSS score: 0.339% (27th percentile).
fasthttpHigh1.53.01.70.0Fixed authorization bypass through user-controlled key in pkg:golang/github.com/valyala/[email protected] .