Skip to content

Commit 6c8428c

Browse files
Add auditing services and bug bounty platforms to SC security page
Moved smart contract auditing services and bug bounty platforms from the [testing page](https://ethereum.org/en/developers/docs/smart-contracts/testing/) to the smart contract security page. I gave some context on the proposal [here](#8362 (comment)).
1 parent 2845879 commit 6c8428c

File tree

1 file changed

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

1 file changed

+21
-1
lines changed

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

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,27 @@ If you plan on querying an on-chain oracle for asset prices, consider using one
478478

479479
- **[OpenZeppelin Contracts](https://docs.openzeppelin.com/contracts/4.x/)** - _Contract libraries for implementing administrative features, including contract ownership, upgrades, access controls, governance, pauseability, and more._
480480

481-
### Publications of known smart contract vulnerabilities and exploits {#common-smart contract-vulnerabilities-and-exploits}
481+
### Smart contract auditing services {#smart-contract-auditing-services}
482+
483+
- **[ConsenSys Diligence](https://consensys.net/diligence/)** - _Smart contract auditing service helping projects across the blockchain ecosystem ensure their protocols are ready for launch and built to protect users._
484+
485+
- **[CertiK](https://www.certik.com/)** - _Blockchain security firm pioneering the use of cutting-edge formal Verification technology on smart contracts and blockchain networks._
486+
487+
- **[Trail of Bits](https://www.trailofbits.com/)** - _Cybersecurity company that combines security research with an attacker mentality to reduce risk and fortify code._
488+
489+
- **[PeckShield](https://peckshield.com/)** - _Blockchain security company offering products and services for the security, privacy, and usability of the entire blockchain ecosystem._
490+
491+
- **[QuantStamp](https://quantstamp.com/)** - _Auditing service facilitating the mainstream adoption of blockchain technology through security and risk assessment services._
492+
493+
- **[OpenZeppelin](https://www.openzeppelin.com/security-audits)** - _Smart contract security company providing security audits for distributed systems._
494+
495+
### Bug bounty platforms {#bug-bounty-platforms}
496+
497+
- **[Immunefi](https://immunefi.com/)** - _Bug bounty platform for smart contracts and DeFi projects, where security researchers review code, disclose vulnerabilities, get paid, and make crypto safer._
498+
499+
- **[HackerOne](https://www.hackerone.com/)** - _Vulnerability coordination and bug bounty platform that connects businesses with penetration testers and cybersecurity researchers._
500+
501+
### Publications of known smart contract vulnerabilities and exploits {#common-smart-contract-vulnerabilities-and-exploits}
482502

483503
- **[ConsenSys: Smart Contract Known Attacks](https://consensys.github.io/smart-contract-best-practices/attacks/)** - _Beginner-friendly explanation of the most significant contract vulnerabilities, with sample code for most cases._
484504

0 commit comments

Comments
 (0)