Skip to content

Commit

Permalink
Update to incorporate CVE fixes (#349)
Browse files Browse the repository at this point in the history
* Update to incorporate CVE fixes

* Add changelog
  • Loading branch information
ashishb-solo committed Jul 2, 2024
1 parent 511b864 commit 9f8d012
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ REPOSITORY_LOCATIONS = dict(
envoy = dict(
# envoy 1.26.7 forked with extproc changes
# sourced from release v1.26.8-fork1
commit = "f87a6143de75426bff63d0da4e9d4ed400b74a40",
# add fixes for async buffer limit and nlohmann json CVEs
commit = "60f831f4e6abb1e458b2016ab36ac581ae440c65",
remote = "https://github.com/solo-io/envoy-fork",
),
inja = dict(
Expand Down
10 changes: 10 additions & 0 deletions changelog/v1.26.8-patch3/envoy-cves.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
changelog:
- type: DEPENDENCY_BUMP
dependencyRepo: envoy-fork
dependencyOwner: solo-io
dependencyTag: v1.26.8-fork2
issueLink: https://github.com/solo-io/envoy-gloo-ee/issues/807
resolvesIssue: false
description: >
Bump Envoy to v1.26.8 for our fork.
Tackles the http2 crazy cve CVE-2024-30255

0 comments on commit 9f8d012

Please sign in to comment.