From 3eba825eacb22b5b11fece7ffedb544c5a8f5e4f Mon Sep 17 00:00:00 2001 From: Owen <124691791+PiVortex@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:39:37 +0100 Subject: [PATCH 1/2] Update bounty.md --- docs/2.build/2.smart-contracts/security/bounty.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/2.build/2.smart-contracts/security/bounty.md b/docs/2.build/2.smart-contracts/security/bounty.md index 6a6af2e4eed..f6caa521845 100644 --- a/docs/2.build/2.smart-contracts/security/bounty.md +++ b/docs/2.build/2.smart-contracts/security/bounty.md @@ -3,6 +3,6 @@ id: bounty title: Bug Bounty Program --- -NEAR has a [revamped bug bounty program](https://hackenproof.com/near/near-protocol)! +NEAR has a [bug bounty program](https://hackenproof.com/company/near/programs) where you can be rewarded for your efforts! -Hackers - help audit, test, and toughen NEAR up, starting with bounties in the protocol category, and soon expanding to wallet, web, console, and smart contracts +Hackers - help audit, test, and toughen NEAR up; with bounties for protocol, smart contracts, and web. From 7d6b628b998971260c353870fb5fd8b91d0e6f5c Mon Sep 17 00:00:00 2001 From: PiVortex Date: Mon, 2 Sep 2024 10:58:56 +0100 Subject: [PATCH 2/2] remove bug bounty page, move into security --- docs/2.build/2.smart-contracts/security/bounty.md | 8 -------- docs/2.build/2.smart-contracts/security/welcome.md | 2 +- website/sidebars.js | 1 - 3 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 docs/2.build/2.smart-contracts/security/bounty.md diff --git a/docs/2.build/2.smart-contracts/security/bounty.md b/docs/2.build/2.smart-contracts/security/bounty.md deleted file mode 100644 index f6caa521845..00000000000 --- a/docs/2.build/2.smart-contracts/security/bounty.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -id: bounty -title: Bug Bounty Program ---- - -NEAR has a [bug bounty program](https://hackenproof.com/company/near/programs) where you can be rewarded for your efforts! - -Hackers - help audit, test, and toughen NEAR up; with bounties for protocol, smart contracts, and web. diff --git a/docs/2.build/2.smart-contracts/security/welcome.md b/docs/2.build/2.smart-contracts/security/welcome.md index 8e54062b1da..f4db549512d 100644 --- a/docs/2.build/2.smart-contracts/security/welcome.md +++ b/docs/2.build/2.smart-contracts/security/welcome.md @@ -12,7 +12,7 @@ Please take some time to go through this section, it will help you to keep your --- ## 🐞 Bug Bounty Program -NEAR has a [revamped bug bounty program](./bounty.md), use it if you find any security errors in the protocol or mainstream apps. +NEAR has a [bug bounty program](https://hackenproof.com/company/near/programs) . Please use it if you find any security errors in the protocol, core contracts or web. Hackers - help audit, test, and toughen NEAR up! ## ✅ Security Checklist Make sure to keep your smart contract safe by running through our [security checklist](checklist.md). diff --git a/website/sidebars.js b/website/sidebars.js index 74c6f2d64e1..2c72e8e241e 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -196,7 +196,6 @@ const sidebar = { "type": "html", "value": "
" }, - "build/smart-contracts/security/bounty" ] } ]