Skip to content

Commit

Permalink
bazel: update to a newer version of envoy-fork with http2 continuatio…
Browse files Browse the repository at this point in the history
…n cve (#323)

* bazel: update to a newer version of envoy-fork with http2 continuation cve

* move changelogs
  • Loading branch information
nfuden authored Apr 10, 2024
1 parent b0da7f3 commit 20a560d
Show file tree
Hide file tree
Showing 3 changed files with 12 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 1.29.2 with backported ext_proc updates
commit = "07d43f271290583b3019a1172420d4b33bd52153", # v1.29.2-fork1
# envoy 1.29.3 with backported ext_proc updates
commit = "e2dab93e60e93b56fa63632fb9cfa64930fc5240", # v1.29.3-fork1
remote = "https://github.com/solo-io/envoy-fork",
),
inja = dict(
Expand Down
10 changes: 10 additions & 0 deletions changelog/v1.29.3-patch1/bump-envoy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
changelog:
- type: DEPENDENCY_BUMP
dependencyOwner: solo-io
dependencyRepo: envoy-fork
dependencyTag: v1.29.3
issueLink: https://github.com/solo-io/solo-projects/issues/6008
resolvesIssue: false
description: >-
Update Envoy to latest from forked 1.29.3
Tackles the http2 crazy cve CVE-2024-30255

0 comments on commit 20a560d

Please sign in to comment.