Skip to content

Commit 4d4e170

Browse files
committed
adding meshery extension details to security vulnerability page
Signed-off-by: gourav-k-shaw <[email protected]>
1 parent 7358683 commit 4d4e170

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed
Loading

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

+12-1
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/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: [email protected]">[email protected]</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+
- Platform extension for seamless collaboration in cloud native infrastructure.
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)