0xfps / audit-requirements

What to look for in audits.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

audit-requirements

What to look for in audits.

Last two chapters of SMM.

  • Documentation concurrence.
  • Variable naming concurrence.
  • External function calls.
  • Potential ETH vulnerabilies.
  • Mathematical errors.
  • Calls to external contracts.
  • DOS vulnerabilities.
  • Unbounded loops.
  • Sudden vital variable changes without waiting periods.
  • Modifier disorder.
  • Unemitted logs.
  • Erroneous logs.
  • Ownership errors.
  • Missing statements.
  • Neglected checks.

And

Moreee!!!

About

What to look for in audits.