From fef5c42b8f60417d9c538c1d2e0e61e3c22b5e25 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Thu, 16 May 2024 22:40:06 +0900 Subject: [PATCH] feat: add security page --- docs/security.md | 14 ++++++++++++++ docusaurus.config.js | 13 +++++++++---- 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 docs/security.md 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 5070f1d..fb77539 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -98,6 +98,7 @@ const config = { ], }, footer: { + copyright: "Waku", links: [ { title: "Guides", @@ -170,12 +171,16 @@ const config = { label: "Terms of Use", }, { - href: '/privacy-policy', - label: 'Privacy Policy', + href: "/privacy-policy", + label: "Privacy Policy", }, { - href: '/rules-of-engagement', - label: 'Rules of Engagement', + href: "/rules-of-engagement", + label: "Rules of Engagement", + }, + { + href: "/security", + label: "Security", }, ], },