From 62273447775b0cba17e2aef8c07f311d1d7a57d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Jan 2022 08:20:40 +0000 Subject: [PATCH] ci(.github): automatic sync of files in kumahq/.github Signed-off-by: GitHub --- SECURITY.md | 11 +++++++++++ org_labels.yml | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..cd66226 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# Security + +## Reporting Vulnerabilities + +Please report security vulnerabilities by e-mailing: + +* [security@konghq.com](mailto:security@konghq.com) + +## Public Disclosure + +Security vulnerabilities will be disclosed via release notes and issues with severity score higher than [4.0](https://www.first.org/cvss/calculator/3.1) will have an advisory published. diff --git a/org_labels.yml b/org_labels.yml index de70060..f0a696f 100644 --- a/org_labels.yml +++ b/org_labels.yml @@ -20,6 +20,9 @@ default: - color: ffaa00 name: triage/duplicated description: "already exists" + - color: ffaa00 + name: triage/needs-reproducing + description: "Someone else should try to reproduce this" - color: ffaa00 name: triage/not-reproducible description: "Couldn't reproduce this issue. If you add information remove this label and reopen the issue"