From aaa53296cda1dea35c43bc63a46c5a67f10a66ab Mon Sep 17 00:00:00 2001 From: Max Leonard Inden Date: Mon, 23 Jul 2018 17:28:49 +0200 Subject: [PATCH] README.md: Add security disclosure section --- OWNERS | 8 ++++++++ README.md | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 OWNERS diff --git a/OWNERS b/OWNERS new file mode 100644 index 000000000..46ead4e11 --- /dev/null +++ b/OWNERS @@ -0,0 +1,8 @@ +reviewers: + - brancz + - mxinden + - squat +approvers: + - brancz + - mxinden + - squat diff --git a/README.md b/README.md index 398d48b4d..d375cad36 100644 --- a/README.md +++ b/README.md @@ -132,3 +132,11 @@ kubectl delete --ignore-not-found customresourcedefinitions \ 1. `minikube start --kubernetes-version=v1.10.0 --memory=4096 --extra-config=apiserver.Authorization.Mode=RBAC` 2. `eval $(minikube docker-env) && make image` - build Prometheus Operator docker image on minikube's docker 3. `make test-e2e` + + + +## Security + +If you found a security vulnerability related to the Prometheus Operator, please +do not report it by opening a GitHub issue, but instead please send an e-mail to +the maintainers of the project found in the [OWNERS](OWNERS) file.