Skip to content

Commit 400bb43

Browse files
author
Vivek Vishal
authored
Merge branch 'master' into fix-form
2 parents b0e9b06 + 31ff564 commit 400bb43

2 files changed

Lines changed: 56 additions & 1 deletion

File tree

Lines changed: 44 additions & 0 deletions
Loading

src/sections/Community/Handbook/security-vulnerabilities.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import MesheryOperator from "../../../assets/images/meshery-operator/meshery-ope
99
import MeshSync from "../../../assets/images/meshsync/meshsync.svg";
1010
import servicemeshperformance from "../../../assets/images/service-mesh-performance/icon/smp-dark.svg";
1111
import meshery from "../../../assets/images/meshery/icon-only/meshery-logo-light.svg";
12+
import mesheryextension from "../../../assets/images/meshery-extensions/icon-only/meshery-extensions-color.svg";
1213
import servicemeshpattern from "../../../assets/images/service-mesh-patterns/service-mesh-pattern.svg";
1314
import Kanvas from "../../../assets/images/kanvas/icon-only/kanvas-icon-color.svg";
1415

@@ -25,7 +26,7 @@ const SecurityVulnerabilitiesPage = () => {
2526
<h2 className="heading-top">Reporting a vulnerability</h2><br />
2627
<p>We are very grateful to the security researchers and users that report security vulnerabilities. We investigate each report thoroughly.</p>
2728
<p>To make a report, send an email to the private <a href="mailto: security@layer5.io">security@layer5.io</a> mailing list with the vulnerability details. For normal product bugs unrelated to latent security vulnerabilities, please head to the appropriate repository and submit a <a href="https://github.com/layer5io/layer5/issues/new/choose">new issue</a> .</p>
28-
<p>Note that the Layer5 community spans five GitHub organizations:</p>
29+
<p>Note that the Layer5 community spans six GitHub organizations:</p>
2930
<ul className="project-org-list">
3031
<li>
3132
<a href="https://github.com/layer5io">
@@ -93,6 +94,16 @@ const SecurityVulnerabilitiesPage = () => {
9394
style={{ marginLeft: ".3rem" }}
9495
/>Kanvas.
9596
</li>
97+
<li>
98+
<a href="https://github.com/meshery-extensions">
99+
<img
100+
src={mesheryextension}
101+
alt="meshery extension icon"
102+
/>
103+
&nbsp; Meshery Extensions
104+
</a>
105+
- plugins or add-ons providing extra functionalities that can be used to customize, extend and integrate with other tools and services.
106+
</li>
96107
</ul>
97108
<p>You can find the list of all the Layer5 project repositories <a href="https://layer5.io/community/handbook/repository-overview">here</a></p>
98109
<h3>When to report a security vulnerability?</h3>

0 commit comments

Comments
 (0)