You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cloud events sdk go
About this tag
The cloud events sdk go tag covers discussions about the CloudEvents Go SDK, an open-source library for handling CloudEvents in Go applications. A notable topic is CVE-2024-28110, a vulnerability in versions prior to v2.15.2 where using WithRoundTripper with an authenticated http.RoundTripper could modify http.DefaultClient, potentially leaking Authorization tokens to unintended endpoints. This issue has been patched upstream, and Microsoft has identified Azure Linux as a product containing the affected component. The tag is relevant for developers and IT professionals using the SDK in cloud-native or event-driven architectures, particularly those concerned with security and supply-chain risks.
The CloudEvents Go SDK vulnerability tracked as CVE-2024-28110 exposes a subtle but serious supply-chain risk: prior to version v2.15.2, using cloudevents.WithRoundTripper to construct a client with an authenticated http.RoundTripper causes the SDK to inadvertently modify http.DefaultClient...