Skip to content

Commit

Permalink
Clarify scope (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurelian authored and thec00n committed Dec 12, 2019
1 parent 64d8be5 commit 0f1063f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ From time to time there will be challenges on [Gitcoin](https://gitcoin.co). Fol
<img src="https://gitcoin.co/funding/embed?repo=https://github.com/SmartContractSecurity/SWC-registry/&max_age=60&badge=1">
</a>

### Scope of Weaknesses

SWCs should be concerned with weaknesses that can be identified within the code of a smart contract, typically Solidity.
Weaknesses in 'smart contract adjacent' code should not be included. For example, the [gas siphoning attack](https://github.com/SmartContractSecurity/SWC-registry/pull/140) occurs in wallet code, and should be protected against in wallet code.

## Contact

This repository is maintained by the team behind [MythX](https://mythx.io).
Expand Down

0 comments on commit 0f1063f

Please sign in to comment.