From 7abad1327bd868a0765baf91a84b3fe2dbbfb0ff Mon Sep 17 00:00:00 2001 From: Jinho Jang <41753422+jinhojang6@users.noreply.github.com> Date: Fri, 17 May 2024 23:18:21 +0900 Subject: [PATCH] Add security page (#194) * feat: add security page * Update .cspell.json --------- Co-authored-by: LordGhostX <47832826+LordGhostX@users.noreply.github.com> --- .cspell.json | 3 ++- docs/security.md | 14 ++++++++++++++ docusaurus.config.js | 5 +++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 docs/security.md diff --git a/.cspell.json b/.cspell.json index d9707e0..038c3ad 100644 --- a/.cspell.json +++ b/.cspell.json @@ -80,7 +80,8 @@ "baarerstrasse", "FDPIC", "IPFS", - "cheatsheet" + "cheatsheet", + "hacken", ], "flagWords": [], "ignorePaths": [ diff --git a/docs/security.md b/docs/security.md new file mode 100644 index 0000000..aab23ad --- /dev/null +++ b/docs/security.md @@ -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 Institute of Free Technology and its affiliates. + +Please report any security incidents via security@free.technology. + +Please report any discovered vulnerabilities in our bounty programme at HackenProof to help ensure our protocols and software remain secure. \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 1b5357d..f57fa09 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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", + }, ], }, ],