Add security page (#194)
* feat: add security page * Update .cspell.json --------- Co-authored-by: LordGhostX <47832826+LordGhostX@users.noreply.github.com>
This commit is contained in:
parent
1107ac3ae1
commit
7abad1327b
|
@ -80,7 +80,8 @@
|
||||||
"baarerstrasse",
|
"baarerstrasse",
|
||||||
"FDPIC",
|
"FDPIC",
|
||||||
"IPFS",
|
"IPFS",
|
||||||
"cheatsheet"
|
"cheatsheet",
|
||||||
|
"hacken",
|
||||||
],
|
],
|
||||||
"flagWords": [],
|
"flagWords": [],
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
displayed_sidebar: null
|
||||||
|
sidebar_class_name: hidden
|
||||||
|
pagination_prev: null
|
||||||
|
pagination_next: null
|
||||||
|
---
|
||||||
|
|
||||||
|
# Security
|
||||||
|
|
||||||
|
We take security seriously at Waku and across the <a href="https://free.technology/" target="_blank">Institute of Free Technology</a> and its affiliates.
|
||||||
|
|
||||||
|
Please report any security incidents via <a href="mailto:security@free.technology">security@free.technology</a>.
|
||||||
|
|
||||||
|
Please report any discovered vulnerabilities in our bounty programme at <a href="https://hackenproof.com/status-dot-app" target="_blank">HackenProof</a> to help ensure our protocols and software remain secure.
|
|
@ -98,6 +98,7 @@ const config = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
|
copyright: "Waku",
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
title: "Guides",
|
title: "Guides",
|
||||||
|
@ -177,6 +178,10 @@ const config = {
|
||||||
href: "/rules-of-engagement",
|
href: "/rules-of-engagement",
|
||||||
label: "Rules of Engagement",
|
label: "Rules of Engagement",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: "/security",
|
||||||
|
label: "Security",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue