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