From 38cce9454092e72cdb5b4ae19a427ee06dd80b15 Mon Sep 17 00:00:00 2001 From: LordGhostX Date: Fri, 2 Jun 2023 23:45:28 +0100 Subject: [PATCH] add bug bounty info --- docs/contribute.md | 4 ++++ docusaurus.config.js | 2 +- sidebars.js | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/contribute.md b/docs/contribute.md index 670c104..c6ef0eb 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -22,6 +22,10 @@ To suggest a new feature, create an issue in the appropriate [GitHub repository] Community pull requests (PRs) are highly encouraged, but we recommend [suggesting a feature](#suggest-a-feature) first to gauge interest and gather feedback before proceeding with a PR. +## Submit Security Bug Reports + +To improve Waku's security, we invite researchers to collaborate in identifying and resolving potential vulnerabilities. To participate, submit your reports at: . Please review our bug bounty program's details to get started. + ## Contribute to Waku Research Waku Research is an innovative R&D project dedicated to developing modular peer-to-peer protocols for communication that prioritize privacy, security, and censorship resistance. Explore Waku's ongoing challenges and experimental code at . \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index bfc9924..99c2a33 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -91,7 +91,7 @@ const config = { to: "/presentations" }, { - label: "Bug Bounties", + label: "Bug Bounty Program", href: "https://hackenproof.com/status-dot-im/waku" } ] diff --git a/sidebars.js b/sidebars.js index 92432e5..746f9c6 100644 --- a/sidebars.js +++ b/sidebars.js @@ -51,7 +51,7 @@ const sidebars = { "presentations", { type: "link", - label: "Bug Bounties", + label: "Bug Bounty Program", href: "https://hackenproof.com/status-dot-im/waku" } ]