Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 256 Bytes

File metadata and controls

4 lines (3 loc) · 256 Bytes

Avoiding Common Attacks

  • Using Specific Compiler Pragma - Solidity 0.8.9 is used.
  • Proper Use of Require, Assert and Revert - In the Provenance contract, require and revert are used to validate external input and provide error messages.