From 16516cc41b0f6258dc9bc7b3be33b4621e52c222 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Thu, 3 Mar 2022 15:42:19 -0800 Subject: [PATCH 1/2] Create SECURITY.md --- SECURITY.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..3ba852d0b5 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,22 @@ +# Security Policy + +## Supported Versions + +We advise users to run the most recent release of the NGINX Ingress Controller, and we issue software updates to the most recent release. We provide technical support for F5 customers who are using the most recent version of the NGINX Ingress Controller, and any version released within two years of the current release. + + +| Version | Supported | +| ------- | ------------------ | +| 2.x.x | :white_check_mark: | +| < 1.6.3 | :x: | + +For more information visit https://docs.nginx.com/nginx-ingress-controller/technical-specifications/ + +## Reporting a Vulnerability + +The F5 Security Incident Response Team (F5 SIRT) has an email alias that makes it easy to report potential security vulnerabilities. + +- If you’re an F5 customer with an active support contract, please contact [F5 Technical Support](https://www.f5.com/services/support). +- If you aren’t an F5 customer, please report any potential or current instances of security vulnerabilities with any F5 product to the F5 Security Incident Response Team at F5SIRT@f5.com + +For more information visit https://www.f5.com/services/support/report-a-vulnerability From e3fbafd9ab532df05e9917759bb38973148f2754 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 9 Mar 2022 13:09:02 -0800 Subject: [PATCH 2/2] remove table --- SECURITY.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 3ba852d0b5..04bd826f70 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,12 +4,6 @@ We advise users to run the most recent release of the NGINX Ingress Controller, and we issue software updates to the most recent release. We provide technical support for F5 customers who are using the most recent version of the NGINX Ingress Controller, and any version released within two years of the current release. - -| Version | Supported | -| ------- | ------------------ | -| 2.x.x | :white_check_mark: | -| < 1.6.3 | :x: | - For more information visit https://docs.nginx.com/nginx-ingress-controller/technical-specifications/ ## Reporting a Vulnerability