From ffde2c282711a069c8db757288fb2ebbc75de06a Mon Sep 17 00:00:00 2001 From: Eric Reynolds Date: Sun, 18 Jul 2021 17:10:25 -0700 Subject: [PATCH] docs(SECURITY.md) Adding a simple security policy (#3801) * docs(SECURITY.md) Adding a simple security policy * Update SECURITY.md Point to `latest` docs instead of specific `2.4.x` version Co-authored-by: Dimitri Mitropoulos --- SECURITY.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..53a35e5be4 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,7 @@ +# Kong Security Policy + +## Reporting a Vulnerability + +To report a vulnerability in the Kong gateway, Insomnia or other Kong software, or know of a publicly disclosed security vulnerability, please immediately let us know by emailing security@konghq.com. + +For more detailed information, please see [Kong's Security Update Process](https://docs.konghq.com/gateway-oss/latest/kong-security-update-process/#reporting-a-vulnerability).