Skip to content

Commit c22fcfd

Browse files
authored
Preliminary audit reports (#626)
* Preliminary audit reports * rename * correct contract name
1 parent 90ca7b4 commit c22fcfd

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
This document contains details on fixes / response to the preliminary audit reports added to this repository.
2+
3+
## [AirdropERC20Claimable](./airdroperc20-claimable.pdf)
4+
5+
### 01: Governance: TrustedForwarder can execute claims on behalf of other addresses
6+
7+
- The contract doesn't add a trusted-forwarder address by default. The deployer of AirdropERC20Claimable can specify which forwarder they want to use (if any), or leave as address zero.
8+
9+
### 02: Malicious users can steal the entire balance of the contract
10+
11+
- This refers to the possibility of a sybil attack on open/public claims, where multiple wallets can be created to claim the quantity specified by `openClaimLimitPerWallet`. To prevent this scenario or any kind of public claiming, deployer can set `openClaimLimitPerWallet` to zero when setting claim conditions during deployment.
Binary file not shown.

0 commit comments

Comments
 (0)