1
0
Fork 0
mirror of https://github.com/envoyproxy/envoy synced 2025-12-03 16:24:11 -05:00
No description
Find a file
publish-envoy[bot] 04640ed9cc repo: Release v1.34.11
* Security fixes:
  - CVE-2025-64527: Envoy crashes when JWT authentication is configured with the remote JWKS fetching
  - CVE-2025-66220: TLS certificate matcher for `match_typed_subject_alt_names` may incorrectly treat certificates containing an embedded null byte
  - CVE-2025-64763: Potential request smuggling from early data after the CONNECT upgrade

**Docker images**:
    https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.34.11
**Docs**:
    https://www.envoyproxy.io/docs/envoy/v1.34.11/
**Release notes**:
    https://www.envoyproxy.io/docs/envoy/v1.34.11/version_history/v1.34/v1.34.11
**Full changelog**:
    https://github.com/envoyproxy/envoy/compare/v1.34.10...v1.34.11
2025-12-03 21:08:23 +00:00
.bazelci bazel: fix presubmit CI (#26919) 2023-04-25 08:18:00 +00:00
.devcontainer Modify devcontainer config to complete clang default (#39082) 2025-04-14 09:24:29 -07:00
.github github/ci: Fix request workflow (#42355) 2025-12-03 14:49:10 +00:00
.vscode chore: add faster fix format task (#38364) 2025-02-10 11:48:59 +00:00
api Geoip isp and is apple private relay (#38714) 2025-04-15 16:15:58 +00:00
bazel deps: Bump kafka_source (+kafka_server_binary) -> 3.9.1 (#41287) 2025-10-08 22:06:17 +01:00
changelogs repo: Release v1.34.11 2025-12-03 21:08:23 +00:00
ci ci: Remove redundant cve data setup (#41266) 2025-10-01 13:39:18 +01:00
configs upstream_proxy_protocol: Introduce custom TLV support (#37591) 2025-02-09 10:20:35 -07:00
contrib deps: Bump kafka_source (+kafka_server_binary) -> 3.9.1 (#41287) 2025-10-08 22:06:17 +01:00
distribution distribution/docker: Bump Ubuntu -> 104ae837 (#42337) 2025-12-03 16:44:33 +00:00
docs repo: Release v1.34.11 2025-12-03 21:08:23 +00:00
envoy Add option to reject early CONNECT data 2025-12-03 21:01:30 +00:00
maintainer tooling: Shift project tools to @envoy_repo (#25605) 2023-02-27 15:55:32 +00:00
mobile context: move the secret manager and ssl context manager to server context (#39027) 2025-04-08 14:03:51 -07:00
restarter Adaptation of the log format of hot-restarter.py to the format of Envoy (#34116) 2024-05-16 09:30:20 -06:00
security Update the 'Candidate release patches' email template to reflect recent format. (#19785) 2022-02-03 14:30:06 -08:00
source Add option to reject early CONNECT data 2025-12-03 21:01:30 +00:00
support Use the do_ci.sh script for refreshing the compilation database (#37668) 2025-01-06 11:09:45 +08:00
test Add option to reject early CONNECT data 2025-12-03 21:01:30 +00:00
third_party/android android: Fix Netlink message length in Android's getifaddrs (#31240) 2023-12-08 16:32:03 +00:00
tools build(deps): bump envoy-base-utils from 0.5.10 to 0.5.11 in /tools/base (#41423) 2025-10-09 10:08:24 +01:00
.bazelignore Removes stale tools/clang_tools directory (#38292) 2025-02-03 17:53:49 +00:00
.bazelrc bazelrc: Add compatibility with repo settings 2025-12-03 14:49:10 +00:00
.bazelversion bazel: Bump -> 7.7.1 (#42295) 2025-12-03 16:44:33 +00:00
.clang-format ci/linting: Update envoy.code.check for yamllint & fix linting (#33849) 2024-05-01 14:10:10 +01:00
.clang-tidy clang-tidy: respect '-Wno-builtin-macro-redefined' with c++20 (#37408) 2024-11-28 20:03:18 +00:00
.coveragerc python: Add pytest and coverage (#15888) 2021-04-11 19:34:20 -04:00
.dockerignore docker/release: Move to distribution directory (#40460) 2025-08-04 08:16:04 +01:00
.flake8 ci: Use upstream envoy.code.check (#19737) 2022-03-08 21:31:48 -05:00
.gitattributes python: Remove requirements.txt entry from .gitattributes (#41170) 2025-10-09 10:08:24 +01:00
.gitignore tools/dependency: Add CVE fetcher (#41270) 2025-10-01 13:39:18 +01:00
.style.yapf python: Integrate linting (#15886) 2021-04-08 16:07:02 -04:00
.yamllint ci/linting: Update envoy.code.check for yamllint & fix linting (#33849) 2024-05-01 14:10:10 +01:00
.yapfignore docs: Use intersphinx to map old versions and cleanup version history (#16155) 2021-04-27 12:07:00 -04:00
API_VERSION.txt bazel: Rename [API_]VERSION to [API_]VERSION.txt (#20219) 2022-03-16 12:06:01 -05:00
BACKPORTS.md docs: putting backports docs in the repo (#21965) 2022-07-07 14:32:12 -07:00
BUILD dynamic_modules: enables rustfmt.toml (#37295) 2024-11-21 17:26:45 -07:00
CODE_OF_CONDUCT.md Update to CNCF Code of Conduct (#1671) 2017-09-15 12:46:50 -07:00
CODEOWNERS network filter: add a match delegate network filter to support ExtensionWithMatcher (#39012) 2025-04-14 10:15:44 -04:00
CONTRIBUTING.md governance: updating review changes (#30995) 2023-12-05 08:05:58 -05:00
DCO Create DCO file (#1661) 2017-09-15 12:23:18 -07:00
DEPENDENCY_POLICY.md repo: Update protoc-gen-validate links -> bufbuild (#23495) 2022-10-25 09:45:44 -06:00
DEPRECATED.md docs: fix links broken in previous doc cleanup. (#11115) 2020-05-08 17:27:55 -07:00
DEVELOPER.md Fix link redirection. (#16953) 2021-06-17 11:37:30 -06:00
EXTENSION_POLICY.md Clarify extension removal policy (#29007) 2023-08-14 20:37:24 -04:00
go.mod build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 2025-03-27 13:27:26 +00:00
go.sum build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 2025-03-27 13:27:26 +00:00
GOVERNANCE.md docs: fix link (#37458) 2024-12-02 15:58:22 +00:00
LICENSE license: update license file to match Apache template (#21150) 2022-05-04 13:45:03 -06:00
NOTICE notice: fix to remove dates (#20440) 2022-03-21 12:50:00 -06:00
OWNERS.md project: Add Raven to security team (#39046) 2025-04-08 20:06:19 +01:00
PULL_REQUEST_TEMPLATE.md Update PR template to include the "Fixes commit" message when reverting or fixing bad commits (#18298) 2021-09-28 12:50:18 -06:00
PULL_REQUESTS.md docs: update history related (#21231) 2022-05-13 09:23:07 +01:00
pytest.ini tooling: Use updated pytooling deps (#19660) 2022-01-25 00:38:45 -05:00
README.md docs: remove bad scary link (#38846) 2025-03-21 19:01:53 +00:00
releases.asc build: add the releases pgp public key (#30920) (#30922) 2023-11-16 17:12:12 +00:00
RELEASES.md release: Update sec release dates (#38642) 2025-03-26 13:35:15 +00:00
REPO_LAYOUT.md build: setup contrib (#17595) 2021-08-12 19:03:52 -06:00
repokitteh.star ci/github: Add workflows:untested label to PRs that change workflows (#37685) 2024-12-16 09:30:23 -08:00
reviewers.yaml add mathetake to maintainers (#38936) 2025-03-27 14:23:20 +00:00
rustfmt.toml dynamic_modules: enables rustfmt.toml (#37295) 2024-11-21 17:26:45 -07:00
SECURITY-INSIGHTS.yml policy: clean up security-insights yaml (#38962) 2025-04-08 20:48:50 +01:00
SECURITY.md docs: updating cncf-envoy-distributors-announce@lists.cncf.io per audit (#35670) 2024-08-13 15:04:15 +00:00
STYLE.md style-guide: recent intended links (#38136) 2025-01-22 17:50:54 +00:00
VERSION.txt repo: Release v1.34.11 2025-12-03 21:08:23 +00:00
WORKSPACE dynamic_modules: switch to crate_universe to remove manual bindgen (#36240) 2024-09-23 09:33:55 -06:00

Envoy Logo

Cloud-native high-performance edge/middle/service proxy

Envoy is hosted by the Cloud Native Computing Foundation (CNCF). If you are a company that wants to help shape the evolution of technologies that are container-packaged, dynamically-scheduled and microservices-oriented, consider joining the CNCF. For details about who's involved and how Envoy plays a role, read the CNCF announcement.

CII Best Practices OpenSSF Scorecard CLOMonitor Azure Pipelines Fuzzing Status Jenkins Jenkins

Documentation

Contact

  • envoy-announce: Low frequency mailing list where we will email announcements only.
  • envoy-security-announce: Low frequency mailing list where we will email security related announcements only.
  • envoy-users: General user discussion.
  • envoy-dev: Envoy developer discussion (APIs, feature design, etc.).
  • envoy-maintainers: Use this list to reach all core Envoy maintainers.
  • Twitter: Follow along on Twitter!
  • Slack: Slack, to get invited go here.
    • NOTE: Response to user questions is best effort on Slack. For a "guaranteed" response please email envoy-users@ per the guidance in the following linked thread.

Please see this email thread for information on email list usage.

Contributing

Contributing to Envoy is fun and modern C++ is a lot less scary than you might think if you don't have prior experience. To get started:

Community Meeting

The Envoy team has a scheduled meeting time twice per month on Tuesday at 9am PT. The public Google calendar is here. The meeting will only be held if there are agenda items listed in the meeting minutes. Any member of the community should be able to propose agenda items by adding to the minutes. The maintainers will either confirm the additions to the agenda, or will cancel the meeting within 24 hours of the scheduled date if there is no confirmed agenda.

Security

Security Audit

There has been several third party engagements focused on Envoy security:

  • In 2018 Cure53 performed a security audit, full report.
  • In 2021 Ada Logics performed an audit on our fuzzing infrastructure with recommendations for improvements, full report.

Reporting security vulnerabilities

If you've found a vulnerability or a potential vulnerability in Envoy please let us know at envoy-security. We'll send a confirmation email to acknowledge your report, and we'll send an additional email when we've identified the issue positively or negatively.

For further details please see our complete security release process.

ppc64le builds

Builds for the ppc64le architecture or using aws-lc are not covered by the envoy security policy. The ppc64le architecture is currently best-effort and not maintained by the Envoy maintainers.

Releases

For further details please see our release process.