File tree 2 files changed +55
-0
lines changed
assets/images/meshery/icon-only
sections/Community/Handbook
2 files changed +55
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import MesheryOperator from "../../../assets/images/meshery-operator/meshery-ope
9
9
import MeshSync from "../../../assets/images/meshsync/meshsync.svg" ;
10
10
import servicemeshperformance from "../../../assets/images/service-mesh-performance/icon/smp-dark.svg" ;
11
11
import meshery from "../../../assets/images/meshery/icon-only/meshery-logo-light.svg" ;
12
+ import mesheryextension from "../../../assets/images/meshery/icon-only/meshery-extension-color.svg" ;
12
13
import servicemeshpattern from "../../../assets/images/service-mesh-patterns/service-mesh-pattern.svg" ;
13
14
import Kanvas from "../../../assets/images/kanvas/icon-only/kanvas-icon-color.svg" ;
14
15
@@ -93,6 +94,16 @@ const SecurityVulnerabilitiesPage = () => {
93
94
style = { { marginLeft : ".3rem" } }
94
95
/> Kanvas.
95
96
</ li >
97
+ < li >
98
+ < a href = "https://github.com/meshery-extensions" >
99
+ < img
100
+ src = { mesheryextension }
101
+ alt = "meshery icon"
102
+ />
103
+ Meshery Extensions
104
+ </ a >
105
+ - Platform extension for seamless collaboration in cloud native infrastructure.
106
+ </ li >
96
107
</ ul >
97
108
< p > You can find the list of all the Layer5 project repositories < a href = "https://layer5.io/community/handbook/repository-overview" > here</ a > </ p >
98
109
< h3 > When to report a security vulnerability?</ h3 >
You can’t perform that action at this time.
0 commit comments