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

Mesh CVE policy #8100

merged 7 commits into from
Nov 5, 2024

Conversation

johnharris85
Copy link
Contributor

Description

fixes #6156

Adds a CVE policy for Kong Mesh

@lahabana please review

Testing instructions

Preview link:

Checklist

Signed-off-by: John Harris <john@johnharris.io>
Signed-off-by: John Harris <john@johnharris.io>
@johnharris85 johnharris85 added review:general Review for general accuracy and presentation. Does the doc work? Does it output correctly? review:sme Request for SME review, external to the docs team. labels Oct 29, 2024
@johnharris85 johnharris85 requested a review from a team as a code owner October 29, 2024 20:26
Copy link

netlify bot commented Oct 29, 2024

Deploy Preview for kongdocs ready!

Name Link
🔨 Latest commit 8961b71
🔍 Latest deploy log https://app.netlify.com/sites/kongdocs/deploys/672a3ad2544adb00080a954b
😎 Deploy Preview https://deploy-preview-8100--kongdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
9 paths audited
Performance: 95 (🟢 up 4 from production)
Accessibility: 92 (no change from production)
Best Practices: 98 (🟢 up 8 from production)
SEO: 99 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

app/_src/mesh/vulnerability-patching-process.md Outdated Show resolved Hide resolved
app/_src/mesh/vulnerability-patching-process.md Outdated Show resolved Hide resolved
app/_src/mesh/vulnerability-patching-process.md Outdated Show resolved Hide resolved
app/_src/mesh/vulnerability-patching-process.md Outdated Show resolved Hide resolved
app/_src/mesh/vulnerability-patching-process.md Outdated Show resolved Hide resolved
app/_src/mesh/vulnerability-patching-process.md Outdated Show resolved Hide resolved
app/_src/mesh/vulnerability-patching-process.md Outdated Show resolved Hide resolved
@@ -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

app/_src/mesh/vulnerability-patching-process.md Outdated Show resolved Hide resolved
Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
Signed-off-by: John Harris <john@johnharris.io>
Signed-off-by: John Harris <john@johnharris.io>
@johnharris85
Copy link
Contributor Author

Pinging @lena-larionova for approval 😄

Copy link
Contributor

@lena-larionova lena-larionova left a comment

Choose a reason for hiding this comment

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

LGTM!

@johnharris85 johnharris85 merged commit 831c2d7 into main Nov 5, 2024
15 checks passed
@johnharris85 johnharris85 deleted the mesh-cve-policy branch November 5, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review:general Review for general accuracy and presentation. Does the doc work? Does it output correctly? review:sme Request for SME review, external to the docs team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CVE policy for Kong Mesh
3 participants