Release 3.5 - v3.5.15-dd.1#5
Merged
aneesh1 merged 3 commits intorelease-3.5-dd-v3.5.15-dd.1from Oct 15, 2024
Merged
Conversation
c111916 to
3a5b637
Compare
44e611b to
9a55333
Compare
ce1550c to
282099b
Compare
badouralix
reviewed
Sep 30, 2024
Member
badouralix
left a comment
There was a problem hiding this comment.
Overall lgtm up to the few changes we need to make to follow-up on etcd-io#18160
I am not exactly sure how we ended up modifying the certs in the test fixtures, it can be reverted to make this pull request simpler, but otherwise it is only a minor inconvenience
881159b to
8331a03
Compare
badouralix
reviewed
Oct 9, 2024
Cherry-pick etcd-io#13445 manually because the remote repository has been deleted, and add support for multiple values for allowed client and peer URIs Signed-off-by: Ayaz Badouraly <ayaz.badouraly@datadoghq.com>
8331a03 to
cffd9c0
Compare
badouralix
approved these changes
Oct 10, 2024
badouralix
pushed a commit
that referenced
this pull request
May 5, 2026
Vulnerability #1: GO-2026-4962 Excessive memory allocation when decoding malicious SFNT in golang.org/x/image More info: https://pkg.go.dev/vuln/GO-2026-4962 Module: golang.org/x/image Found in: golang.org/x/image@v0.38.0 Fixed in: golang.org/x/image@v0.39.0 Example traces found: #1: pkg/chart/heatmaps.go:232:10: chart.plotComparisonHeatMapGrid calls plot.Legend.Draw, which eventually calls sfnt.Font.GlyphAdvance #2: pkg/chart/heatmaps.go:232:10: chart.plotComparisonHeatMapGrid calls plot.Legend.Draw, which eventually calls sfnt.Font.GlyphIndex #3: pkg/chart/heatmaps.go:232:10: chart.plotComparisonHeatMapGrid calls plot.Legend.Draw, which eventually calls sfnt.Font.Kern #4: pkg/chart/heatmaps.go:232:10: chart.plotComparisonHeatMapGrid calls plot.Legend.Draw, which eventually calls sfnt.Font.LoadGlyph #5: pkg/chart/heatmaps.go:31:2: chart.init calls draw.init, which eventually calls sfnt.Parse Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
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.
CHANGELOG for details.
Also includes a fix to support multiple SAN URIs in TLS peer verification - a feature used in
etcd-fabric.