diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-05-24 06:16:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-24 06:16:31 -0700 |
| commit | b06ecd7e5985c049e459eb3b3cadd00a498ace29 (patch) | |
| tree | 343c0a1e2ef2a96e72e7a120913ce19414742b41 | |
| parent | 342833accf6e8c779da3bb8a5c26bc8d44bfa37e (diff) | |
| parent | 324fa757a4c99f0a2da22295ed9717a2ee362aa3 (diff) | |
Merge pull request #2181 from cblecker/sec-community
Add SECURITY_CONTACTS for k/community
| -rw-r--r-- | SECURITY_CONTACTS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/SECURITY_CONTACTS b/SECURITY_CONTACTS new file mode 100644 index 00000000..81091860 --- /dev/null +++ b/SECURITY_CONTACTS @@ -0,0 +1,13 @@ +# Defined below are the security contacts for this repo. +# +# They are the contact point for the Product Security Team to reach out +# to for triaging and handling of incoming issues. +# +# The below names agree to abide by the +# [Embargo Policy](https://github.com/kubernetes/sig-release/blob/master/security-release-process-documentation/security-release-process.md#embargo-policy) +# and will be removed and replaced if they violate that agreement. +# +# DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE +# INSTRUCTIONS AT https://kubernetes.io/security/ + +cblecker |
