Skip to content

Commit b488970

Browse files
authored
Update index.md
Reflect new bug bounty platforms, new web3 security challenges and new auditing firms
1 parent 379c440 commit b488970

File tree

1 file changed

+9
-1
lines changed
  • src/content/developers/docs/smart-contracts/security

1 file changed

+9
-1
lines changed

src/content/developers/docs/smart-contracts/security/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ After testing your contract, it is good to ask others to check the source code f
9090

9191
Commissioning a smart contract audit is one way of conducting an independent code review. Auditors play an important role in ensuring that smart contracts are secure and free from quality defects and design errors.
9292

93-
That said, you should avoid treating audits as a silver bullet. Smart contract audits won't catch every bug and are mostly designed to provide an additional round of reviews, which can help detect issues missed by developers during initial development and testing. You should also follow [best practices for working with auditors](https://twitter.com/tinchoabbate/status/1400170232904400897), such as documenting code properly and adding inline comments, to maximize the benefit of a smart contract audit.
93+
That said, you should avoid treating audits as a silver bullet. Smart contract audits won't catch every bug and are mostly designed to provide an additional round of reviews, which can help detect issues missed by developers during initial development and testing. You should also follow best practices for working with auditors (you can find insightful suggestions [here](https://twitter.com/tinchoabbate/status/1400170232904400897) and [here](https://inference.ag/blog/2023-08-14-tips/)), such as documenting code properly and adding inline comments, to maximize the benefit of a smart contract audit.
9494

9595
#### Bug bounties {#bug-bounties}
9696

@@ -504,6 +504,8 @@ If you plan on querying an on-chain oracle for asset prices, consider using one
504504

505505
- **[HashEx](https://hashex.org/)** - _HashEx focuses on blockchain and smart contract auditing to ensure the security of cryptocurrencies, providing services such as smart contract development, penetration testing, blockchain consulting._
506506

507+
- **[Inference](https://inference.ag/)** - _Security auditing company, specialized in smart contract auditing for EVM-based blockchains. Thanks to its expert auditors they identify potential issues and suggest actionable solutions to fix them before deployment._
508+
507509
- **[Code4rena](https://code4rena.com/)** - _Competitive audit platform that incentivizes smart contract security experts to find vulnerabilities and help make web3 more secure._
508510

509511
### Bug bounty platforms {#bug-bounty-platforms}
@@ -513,6 +515,10 @@ If you plan on querying an on-chain oracle for asset prices, consider using one
513515
- **[HackerOne](https://www.hackerone.com/)** - _Vulnerability coordination and bug bounty platform that connects businesses with penetration testers and cybersecurity researchers._
514516

515517
- **[HackenProof](https://hackenproof.com/)** - _Expert bug bounty platform for crypto projects (DeFi, Smart Contracts, Wallets, CEX and more), where security professionals provide triage services and researchers get paid for relevant, verified bug reports._
518+
519+
- **[Sherlock](https://www.sherlock.xyz/)** - _The best performing underwriter in Web3 for smart contract security, with payouts for auditors managed via smart contracts to secure that relevant bugs are paid fairly._
520+
521+
- **[CodeHawks](https://www.codehawks.com/)** - _Competitive bug bounty platform where auditors take part in security contests and challenges, and (soon) in their own private audits._
516522

517523
### Publications of known smart contract vulnerabilities and exploits {#common-smart-contract-vulnerabilities-and-exploits}
518524

@@ -530,6 +536,8 @@ If you plan on querying an on-chain oracle for asset prices, consider using one
530536

531537
- **[Ethernaut](https://ethernaut.openzeppelin.com/)** - _Web3/Solidity-based wargame where each level is a smart contract that needs to be 'hacked'._
532538

539+
- **[HackenProof x HackTheBox](https://app.hackthebox.com/tracks/HackenProof-Track)** - _Smart contract hacking challenge, set in a fantasy adventure. Successful completion of the challenge also gives access to a private bug bounty program._
540+
533541
### Best practices for securing smart contracts {#smart-contract-security-best-practices}
534542

535543
- **[ConsenSys: Ethereum Smart Contract Security Best Practices](https://consensys.github.io/smart-contract-best-practices/)** - _Comprehensive list of guidelines for securing Ethereum smart contracts._

0 commit comments

Comments
 (0)