-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Comparing changes
Open a pull request
base repository: envoyproxy/envoy
base: v1.28.3
head repository: envoyproxy/envoy
compare: v1.28.4
- 18 commits
- 70 files changed
- 10 contributors
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0aca8ea - Browse repository at this point
Copy the full SHA 0aca8eaView commit details -
tests: fixed & expanded checking of ocsp response
In SslCertficateIntegrationTest.BothEcdsaAndRsaOnlyEcdsaOcspResponse, the only check made on the OCSP response was on it's length not being zero. However, in some error circumstances, the length given by SSL_get0_ocsp_response() may be -1, which gives a false positive result from the test. This commit expands the checking on the OCSP response to check for the actual expected length and expected bytes. Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 19bdbb4 - Browse repository at this point
Copy the full SHA 19bdbb4View commit details
Commits on May 1, 2024
-
build(deps): bump distroless/base-nossl-debian12 from
0cf184c
to `3……12c829` in /ci (#33860) build(deps): bump distroless/base-nossl-debian12 in /ci Bumps distroless/base-nossl-debian12 from `0cf184c` to `312c829`. --- updated-dependencies: - dependency-name: distroless/base-nossl-debian12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Ryan Northey <ryan@synca.io>
Configuration menu - View commit details
-
Copy full SHA for d5a8032 - Browse repository at this point
Copy the full SHA d5a8032View commit details
Commits on May 2, 2024
-
arm/tests: Temporarily disable failing
io_uring
test (#33822)Signed-off-by: Ryan Northey <ryan@synca.io>
Configuration menu - View commit details
-
Copy full SHA for 50f2cdb - Browse repository at this point
Copy the full SHA 50f2cdbView commit details -
iouring: fix the IoUringImpl tests for latest kernel (#33833)
Signed-off-by: He Jie Xu <hejie.xu@intel.com> Signed-off-by: Ryan Northey <ryan@synca.io>
Configuration menu - View commit details
-
Copy full SHA for 907d880 - Browse repository at this point
Copy the full SHA 907d880View commit details
Commits on May 6, 2024
-
build(deps): bump distroless/base-nossl-debian12 from
312c829
to `8……a09e57` in /ci (#33956) build(deps): bump distroless/base-nossl-debian12 in /ci Bumps distroless/base-nossl-debian12 from `312c829` to `8a09e57`. --- updated-dependencies: - dependency-name: distroless/base-nossl-debian12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Ryan Northey <ryan@synca.io>
Configuration menu - View commit details
-
Copy full SHA for 0eb68e2 - Browse repository at this point
Copy the full SHA 0eb68e2View commit details
Commits on May 15, 2024
-
backports: backporting 34142 (#34150)
* backports: backporting 34142 Signed-off-by: Alyssa Wilk <alyssar@chromium.org> Co-authored-by: botengyao <boteng@google.com>
Configuration menu - View commit details
-
Copy full SHA for 73a2db9 - Browse repository at this point
Copy the full SHA 73a2db9View commit details
Commits on May 16, 2024
-
docker/release: Bump Ubuntu base image -> 874aca5
Signed-off-by: Ryan Northey <ryan@synca.io>
Configuration menu - View commit details
-
Copy full SHA for 6fe457b - Browse repository at this point
Copy the full SHA 6fe457bView commit details
Commits on May 21, 2024
-
ci/tooling/examples: Update vulnerable deps (#34273)
Signed-off-by: Ryan Northey <ryan@synca.io>
Configuration menu - View commit details
-
Copy full SHA for e9316a2 - Browse repository at this point
Copy the full SHA e9316a2View commit details
Commits on May 22, 2024
-
[Backport 1.28] tls_inspector: Fix invalid ALPN extension in test (#3…
…4300) (#34302) tls_inspector: Fix invalid ALPN extension in test (#34300) This commit stops generateClientHelloFromJA3Fingerprint() generating client hellos containing an invalid ALPN extension. It also updates relevant tls_inspector_test functions to check the ALPN value, if expected. When the generateClientHelloFromJA3Fingerprint() function was asked to include an ALPN extension (16) in the generated client hello, it was generating a default empty extension with the correct id (16) but a zero length. While this is technically a valid extension, it is not a valid ALPN extension, which must include a list of the client's preferred protocol(s). This was causing test failures in the envoy-openssl repo because OpenSSL responds to the malformed ALPN extension by sending a TLS alert 50 (Decode Error) which causes many of the tls_inspector_test functions to fail. Signed-off-by: Ted Poole <tpoole@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7681a1d - Browse repository at this point
Copy the full SHA 7681a1dView commit details
Commits on Jun 5, 2024
-
fix brotli decompression endless loop
Signed-off-by: wbpcode <wbphub@live.com> Signed-off-by: Ryan Northey <ryan@synca.io>
Configuration menu - View commit details
-
Copy full SHA for fb17735 - Browse repository at this point
Copy the full SHA fb17735View commit details -
Signed-off-by: Dan Zhang <danzh@google.com> Signed-off-by: Ryan Northey <ryan@synca.io>
Configuration menu - View commit details
-
Copy full SHA for d80d4bf - Browse repository at this point
Copy the full SHA d80d4bfView commit details -
Fix CVE from uncaught nlohmann json exception.
Signed-off-by: Kevin Baichoo <kbaichoo@netflix.com> Signed-off-by: Ryan Northey <ryan@synca.io>
Configuration menu - View commit details
-
Copy full SHA for 779a435 - Browse repository at this point
Copy the full SHA 779a435View commit details -
quic: fix crash from
EnvoyQuicServerSession::OnConnectionClosed()
Signed-off-by: Dan Zhang <danzh@google.com> Signed-off-by: Ryan Northey <ryan@synca.io>
Configuration menu - View commit details
-
Copy full SHA for a63121c - Browse repository at this point
Copy the full SHA a63121cView commit details -
websocket handshake check 101 protocol
Signed-off-by: Boteng Yao <boteng@google.com> Signed-off-by: Ryan Northey <ryan@synca.io>
Configuration menu - View commit details
-
Copy full SHA for 3f4475b - Browse repository at this point
Copy the full SHA 3f4475bView commit details -
async http: set buffer limit for response and do not buffer for mirror
Signed-off-by: Boteng Yao <boteng@google.com> Signed-off-by: Yan Avlasov <yavlasov@google.com> Signed-off-by: Ryan Northey <ryan@synca.io>
Configuration menu - View commit details
-
Copy full SHA for 54915d2 - Browse repository at this point
Copy the full SHA 54915d2View commit details -
deps/release: Bump Ubuntu -> 0b897358 (#34547)
Signed-off-by: Ryan Northey <ryan@synca.io>
Configuration menu - View commit details
-
Copy full SHA for 823d482 - Browse repository at this point
Copy the full SHA 823d482View commit details -
**Summary of changes:** - [CVE-2024-34362: Crash (use-after-free) in EnvoyQuicServerStream](GHSA-hww5-43gv-35jv) - [CVE-2024-34363: Crash due to uncaught nlohmann JSON exception](GHSA-g979-ph9j-5gg4) - [CVE-2024-34364: Envoy OOM vector from HTTP async client with unbounded response buffer for mirror response, and other components](GHSA-xcj3-h7vf-fw26) - [CVE-2024-32974: Crash in EnvoyQuicServerStream::OnInitialHeadersComplete()](GHSA-mgxp-7hhp-8299) - [CVE-2024-32975: Crash in QuicheDataReader::PeekVarInt62Length()](GHSA-g9mq-6v96-cpqc) - [CVE-2024-32976: Endless loop while decompressing Brotli data with extra input](GHSA-7wp5-c2vq-4f8m) - [CVE-2024-23326: Envoy incorrectly accepts HTTP 200 response for entering upgrade mode](GHSA-vcf8-7238-v74c) **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.28.4 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.28.4/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.28.4/version_history/v1.28/v1.28.4 **Full changelog**: v1.28.3...v1.28.4 Signed-off-by: Ryan Northey <ryan@synca.io>
Configuration menu - View commit details
-
Copy full SHA for 25b6b1f - Browse repository at this point
Copy the full SHA 25b6b1fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.28.3...v1.28.4