Skip to content

Commit

Permalink
[1.31] bazel: bump 1315 (#387)
Browse files Browse the repository at this point in the history
* bazel: bump 1315

* changelog move

* Update changelog/v1.31.5-patch1/1315.yaml
  • Loading branch information
nfuden authored Dec 19, 2024
1 parent e3ad653 commit 14472c4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ REPOSITORY_LOCATIONS = dict(
# can't have more than one comment between envoy line and commit line in
# order to accommodate `check_extensions_build_config.sh`
envoy = dict(
# envoy v1.31.2++ ci and checksums
commit = "418f3b1ab891d14c110132e10178282fdf4c5081",
# envoy v1.31.5
commit = "688c4bbe47f4d05bb8ed268f5172bb026cf03242",
remote = "https://github.com/envoyproxy/envoy",
),
inja = dict(
Expand Down
11 changes: 11 additions & 0 deletions changelog/v1.31.5-patch1/1315.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
changelog:
- type: DEPENDENCY_BUMP
issueLink: https://github.com/solo-io/envoy-gloo-ee/issues/868
dependencyOwner: envoyproxy
dependencyRepo: envoy
dependencyTag: v1.31.5
resolvesIssue: false
description: >-
CVE-2024-53269: Happy Eyeballs: Validate that additional_address are IP addresses instead of crashing when sorting.
CVE-2024-53270: HTTP/1: sending overload crashes when the request is reset beforehand
CVE-2024-53271: HTTP/1.1 multiple issues with envoy.reloadable_features.http1_balsa_delay_reset

0 comments on commit 14472c4

Please sign in to comment.