mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-04 05:43:07 +00:00
add bug bounty info
This commit is contained in:
parent
859bbde219
commit
38cce94540
@ -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.
|
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: <https://hackenproof.com/status-dot-im/waku>. Please review our bug bounty program's details to get started.
|
||||||
|
|
||||||
## Contribute to Waku Research
|
## 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 <https://github.com/waku-org/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 <https://github.com/waku-org/research>.
|
||||||
@ -91,7 +91,7 @@ const config = {
|
|||||||
to: "/presentations"
|
to: "/presentations"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Bug Bounties",
|
label: "Bug Bounty Program",
|
||||||
href: "https://hackenproof.com/status-dot-im/waku"
|
href: "https://hackenproof.com/status-dot-im/waku"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@ -51,7 +51,7 @@ const sidebars = {
|
|||||||
"presentations",
|
"presentations",
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "link",
|
||||||
label: "Bug Bounties",
|
label: "Bug Bounty Program",
|
||||||
href: "https://hackenproof.com/status-dot-im/waku"
|
href: "https://hackenproof.com/status-dot-im/waku"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user