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:
Jinho Jang 2024-05-17 23:18:21 +09:00 committed by GitHub
parent 1107ac3ae1
commit 7abad1327b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 21 additions and 1 deletions

View File

@ -80,7 +80,8 @@
"baarerstrasse",
"FDPIC",
"IPFS",
"cheatsheet"
"cheatsheet",
"hacken",
],
"flagWords": [],
"ignorePaths": [

14
docs/security.md Normal file
View File

@ -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.

View File

@ -98,6 +98,7 @@ const config = {
],
},
footer: {
copyright: "Waku",
links: [
{
title: "Guides",
@ -177,6 +178,10 @@ const config = {
href: "/rules-of-engagement",
label: "Rules of Engagement",
},
{
href: "/security",
label: "Security",
},
],
},
],