forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 10bd762. Signed-off-by: Piotr Sikora <[email protected]>
- Loading branch information
1 parent
9551eb8
commit 7f892ef
Showing
1,296 changed files
with
7,348 additions
and
54,630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.29.1 | ||
0.28.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,6 @@ routing PRs, questions, etc. to the right place. | |
* All maintainers | ||
* Piotr Sikora ([PiotrSikora](https://github.com/PiotrSikora)) ([email protected]) | ||
* Yan Avlasov ([yanavlasov](https://github.com/yanavlasov)) ([email protected]) | ||
* Asra Ali ([asraa](https://github.com/asraa)) ([email protected]) | ||
|
||
# Emeritus maintainers | ||
|
||
|
@@ -61,5 +60,3 @@ matter expert reviews. Feel free to loop them in as needed. | |
* Bazel/build. | ||
* Daniel Hochman ([danielhochman](https://github.com/danielhochman)) ([email protected]) | ||
* Redis, Python, configuration/operational questions. | ||
* Yuchen Dai ([lambdai](https://github.com/lambdai)) ([email protected]) | ||
* v2 xDS, listeners, filter chain discovery service. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -217,25 +217,11 @@ issue fixed for your respective distribution's users. | |
Before any information from the list is shared with respective members of your team required to fix | ||
said issue, they must agree to the same terms and only find out information on a need-to-know basis. | ||
|
||
We typically expect a single point-of-contact (PoC) at any given legal entity. Within the | ||
organization, it is the responsibility of the PoC to share CVE and related patches internally. This | ||
should be performed on a strictly need-to-know basis with affected groups to the extent that this is | ||
technically plausible. All teams should be aware of the embargo conditions and accept them. | ||
Ultimately, if an organization breaks embargo transitively through such sharing, they will lose | ||
the early disclosure privilege, so it's in their best interest to carefully share information internally, | ||
following best practices and use their judgement in balancing the tradeoff between protecting users | ||
and maintaining confidentiality. | ||
|
||
The embargo applies to information shared, source code and binary images. **It is a violation of the | ||
embargo policy to share binary distributions of the security fixes before the public release date.** | ||
This includes, but is not limited to, Envoy binaries and Docker images. It is expected that | ||
distributors have a method to stage and validate new binaries without exposing them publicly. | ||
|
||
If the information shared is under embargo from a third party, where Envoy is one of many projects | ||
that a disclosure is shared with, it is critical to consider that the ramifications of any leak will | ||
extend beyond the Envoy community and will leave us in a position in which we will be less likely to | ||
receive embargoed reports in the future. | ||
|
||
In the unfortunate event you share the information beyond what is allowed by this policy, you _must_ | ||
urgently inform the [email protected] mailing list of exactly what information leaked | ||
and to whom. A retrospective will take place after the leak so we can assess how to prevent making the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +0,0 @@ | ||
load("@io_bazel_rules_go//proto:compiler.bzl", "go_proto_compiler") | ||
|
||
licenses(["notice"]) # Apache 2 | ||
|
||
go_proto_compiler( | ||
name = "pgv_plugin_go", | ||
options = ["lang=go"], | ||
plugin = "@com_envoyproxy_protoc_gen_validate//:protoc-gen-validate", | ||
suffix = ".pb.validate.go", | ||
valid_archive = False, | ||
visibility = ["//visibility:public"], | ||
) | ||
Oops, something went wrong.