This document is a security audit report performed by danbogd, where Authpaper has been reviewed.
- AUPC.sol github commit hash 335da0c78c7d1b66d2b7f10dea4d3c113bf3c008.
In total,3 issues were reported including:
- 2 low severity issues.
- 1 minor observation
No critical security issues were found.
-
It is possible to double withdrawal attack. More details here.
-
Lack of transaction handling mechanism issue. WARNING! This is a very common issue and it already caused millions of dollars losses for lots of token users! More details here.
Accroding to ERC20 standard, when initializing a token contract if any token value is set to any given address a transfer event should be emited.
The contracts use solidity version 0.4.16. It is suggested to use the latest version and fix all compiler warnings that arise.
No critical vulnerabilities were detected,but we highly recommend to complete this bugs before use.