diff --git a/docusaurus.config.js b/docusaurus.config.js index 732bb39e..81472162 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -188,6 +188,10 @@ const config = { href: '/rules-of-engagement', label: 'Rules of Engagement', }, + { + href: '/security', + label: 'Security', + }, ], }, ], diff --git a/root-pages/security.md b/root-pages/security.md new file mode 100644 index 00000000..aab23add --- /dev/null +++ b/root-pages/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