Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mesh CVE policy #8100

Merged
merged 7 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app/_data/docs_nav_mesh_2.10.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ inherit:
url: /support-policy/
action: insert
index: -3
- path: [ Introduction ]
text: Vulnerability patching process
url: /vulnerability-patching-process/
action: insert
index: -3
- path: [ Introduction, Release notes]
url: /mesh/changelog
src: /mesh/changelog
Expand Down
5 changes: 5 additions & 0 deletions app/_data/docs_nav_mesh_2.9.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ inherit:
url: /support-policy/
action: insert
index: -3
- path: [ Introduction ]
text: Vulnerability patching process
url: /vulnerability-patching-process/
action: insert
index: -3
- path: [ Introduction, Release notes]
url: /mesh/changelog
src: /mesh/changelog
Expand Down
1 change: 1 addition & 0 deletions app/_src/mesh/features/access-audit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Access Audit
badge: enterprise
---

Access Audit lets you track all actions that are executed in {{site.mesh_product_name}}.
Expand Down
1 change: 1 addition & 0 deletions app/_src/mesh/features/acmpca.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: ACM Private CA Policy
badge: enterprise
---

## Amazon Certificate Manager Private CA Backend
Expand Down
1 change: 1 addition & 0 deletions app/_src/mesh/features/ca-rotation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Certificate Authority rotation
badge: enterprise
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions app/_src/mesh/features/cert-manager.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Kubernetes cert-manager CA Policy
badge: enterprise
---

## cert-manager CA Backend
Expand Down
1 change: 1 addition & 0 deletions app/_src/mesh/features/fips-support.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: FIPS Support
badge: enterprise
---

With version 1.2.0, {{site.mesh_product_name}} provides built-in support for the Federal Information Processing Standard (FIPS-2). Compliance with this standard is typically required for working with U.S. federal government agencies and their contractors.
Expand Down
1 change: 1 addition & 0 deletions app/_src/mesh/features/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Enterprise Features
content_type: explanation
badge: enterprise
---

{{site.mesh_product_name}} builds on top of Kuma with the following Enterprise features:
Expand Down
1 change: 1 addition & 0 deletions app/_src/mesh/features/kds-auth.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Multi-zone authentication
badge: enterprise
---

To add to the security of your deployments, {{site.mesh_product_name}} provides authentication of zone control planes to the global control plane.
Expand Down
1 change: 1 addition & 0 deletions app/_src/mesh/features/meshopa.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: MeshOPA - OPA Policy Integration
content_type: reference
badge: enterprise
---


Expand Down
1 change: 1 addition & 0 deletions app/_src/mesh/features/opa.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: OPA Policy Integration
badge: enterprise
---

## OPA policy plugin
Expand Down
1 change: 1 addition & 0 deletions app/_src/mesh/features/openshift-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Get started with Red Hat OpenShift and Kong Mesh
content_type: tutorial
description: This guide explains how to get started on Kong Mesh with Red Hat OpenShift.
badge: enterprise
---

In this guide, you will learn how to get {{site.mesh_product_name}} up and running quickly in [standalone mode](/mesh/{{page.release}}/production/deployment/stand-alone/) on [Red Hat OpenShift](https://www.redhat.com/technologies/cloud-computing/openshift). This tutorial assumes some base-level OpenShift knowledge.
Expand Down
1 change: 1 addition & 0 deletions app/_src/mesh/features/rbac.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Role-Based Access Control
badge: enterprise
---

Role-Based Access Control (RBAC) lets you restrict access to resources and actions to specified users or groups, based on user roles.
Expand Down
1 change: 1 addition & 0 deletions app/_src/mesh/features/ubi-images.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Red Hat Universal Base Images
badge: enterprise
---

In addition to the standard {{site.mesh_product_name}} images built on Alpine Linux, {{site.mesh_product_name}} also ships with images based on the [Red Hat Universal Base Image (UBI)](https://developers.redhat.com/products/rhel/ubi).
Expand Down
1 change: 1 addition & 0 deletions app/_src/mesh/features/vault.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Vault Policy
badge: enterprise
---

## Vault CA Backend
Expand Down
2 changes: 1 addition & 1 deletion app/_src/mesh/features/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Kong Mesh with Windows
---

{% if_version gte:2.4.x %}
{% if_version gte:2.4.x lt:2.11.x %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{% if_version gte:2.4.x lt:2.11.x %}
{% if_version gte:2.4.x lte:2.11.x %}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is lt not supported? I only want less than 2.11, I guess lte:2.10.x then?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh that is supported. normally we do gte and lte for easier search across the platform (for consistency).

Though - looks like this page was removed from the latest versions some time back, so it doesn't actually matter.
In fact, here's the page in 2.0: https://deploy-preview-8100--kongdocs.netlify.app/mesh/2.0.x/features/windows/ - totally blank. And it doesn't exist from 2.4 onward.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ye, I'm going to put it back in between 2.4 and 2.11


To install and run {{site.mesh_product_name}} on Windows:

Expand Down
42 changes: 42 additions & 0 deletions app/_src/mesh/vulnerability-patching-process.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: Vulnerability Patching Process
badge: enterprise
---

{{site.mesh_product_name}} is primarily delivered as [binary files](/mesh/{{page.release}}/install) installable artifacts. Kong also offers Docker images with the artifacts preinstalled as a convenience to customers. At the time of release, all artifacts and images are patched, scanned and are free of publicly-known vulnerabilities.
johnharris85 marked this conversation as resolved.
Show resolved Hide resolved

## Types of Vulnerabilities
johnharris85 marked this conversation as resolved.
Show resolved Hide resolved

Generally, there may be three types of vulnerabilities:
* In {{site.mesh_product_name}} code
* In third-party code that {{site.mesh_product_name}} directly links (such as Envoy, CoreDNS, OPA, etc)
* In third-party code that is part of the convenience Docker image (such as Python, Perl, cURL, etc). This code is not part of {{site.mesh_product_name}}.
johnharris85 marked this conversation as resolved.
Show resolved Hide resolved

Vulnerabilities reported in {{site.mesh_product_name}} code will be assessed by Kong and if the vulnerability is validated, a CVSS3.0 score will be assigned. Based on the CVSS score, Kong will aim to produce patches for all applicable {{site.mesh_product_name}} versions currently under support within the SLAs below. The SLA clock starts from the day the CVSS score is assigned.
johnharris85 marked this conversation as resolved.
Show resolved Hide resolved

For a CVSS 3.0 Critical vulnerability (CVSS > 9.0), Kong will provide a workaround/recommendation as soon as possible. This will take the shape of a configuration change recommendation, if available. If there is no workaround/recommendation readily available, Kong will use continuous efforts to develop one. For a CVSS <9.0, Kong will use commercially-reasonable efforts to provide a workaround or patch within the applicable SLA period.
johnharris85 marked this conversation as resolved.
Show resolved Hide resolved

| CVSS 3.0 Criticality | CVSS 3.0 Score | SLA |
|---|---|---|
| Critical | 9.0 - 10.0 | 15 days |
| High | 7.0 - 8.9 | 30 days |
| Medium | 4.0 - 6.9 | 90 days |
| Low | 0.1 - 3.9 | 180 days |


Vulnerabilities reported in third party-code that {{site.mesh_product_name}} links directly must have confirmed CVE numbers assigned. Kong will aim to produce patches for all applicable {{site.mesh_product_name}} versions currently under support within the SLA reproduced in the table below. The SLA clock for these vulnerabilities starts from the day the upstream (third party) announces availability of patches.
johnharris85 marked this conversation as resolved.
Show resolved Hide resolved

| CVSS 3.0 Criticality | CVSS 3.0 Score | SLA |
|---|---|---|
| Critical | 9.0 - 10.0 | 15 days |
| High | 7.0 - 8.9 | 30 days |
| Medium | 4.0 - 6.9 | 90 days |
| Low | 0.1 - 3.9 | 180 days |


Vulnerabilities reported in third-party code that is part of the convenience Docker images are only addressed by Kong as part of the regularly scheduled release process. These vulnerabilities are not exploitable during normal {{site.mesh_product_name}} operations. Kong always applies all available patches when releasing a Docker image, but by definition images accrue vulnerabilities over time. All customers using containers are strongly urged to generate their own images using their secure corporate approved base images. Customers wishing to use the convenience images from Kong should always apply the latest patches for their Gateway version to receive the latest patched container images. Kong does not undertake to address third-party vulnerabilities in convenience images outside of the scheduled release mechanism.
johnharris85 marked this conversation as resolved.
Show resolved Hide resolved

## Reporting Vulnerabilities in Kong code
johnharris85 marked this conversation as resolved.
Show resolved Hide resolved

If you are reporting a vulnerability in Kong code, we request you to follow the instructions in the [Kong Vulnerability Disclosure Program](https://konghq.com/compliance/bug-bounty).

Loading