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",
+ },
],
},
],