專案簡介
The target of this audit is the private code repository of mStocks Protocol of Mantle. Please refer to the report for the detailed audit scope.
Our audit methodology employs automated vulnerability scans, manual verification, and business logic analysis to uncover potential security issues coupled with gas and code quality optimization recommendations.
In summary, we did not find any critical issues within the audited codebase. However, we have identified some non-critical issues that should be addressed. Additionally, we have put forth recommendations and notes that should be taken into consideration. It is important to note that the scope of our audit was strictly limited to the specific code versions mentioned in the report. Any updates made subsequent to our review would require a re-evaluation.
關鍵發現
我們在該智能合約中共發現 7 個潛在問題,另有 7 條建議與 7 條說明,明細如下:
| ID | Severity | Description | Status |
|---|---|---|---|
| 1 | Low | Potential circumvention of role isolation rule | Confirmed |
| 2 | Low | Lack of upgrade capability in contract TokenIssuer |
Fixed |
| 3 | Low | Circumvention of contract-only privilege restrictions | Confirmed |
| 4 | Low | Incorrect pause logic on function withdraw() |
Partially Fixed |
| 5 | Low | Lack of token validation in contract TokenIssuer |
Confirmed |
| 6 | Low | Lack of role revocation for a publicly derivable wallet | Fixed |
| 7 | Low | Potential overwriting of a pending multiplier | Confirmed |
| 8 | - | Emit issuer transfer events | Fixed |
| 9 | - | Remove the redundant codes | Fixed |
| 10 | - | Align annotations with implementation | Fixed |
| 11 | - | Add validations on the symbol | Fixed |
| 12 | - | Avoid overflow in function getTokens() |
Fixed |
| 13 | - | Add a length check for newList |
Fixed |
| 14 | - | Add a uniqueness check on the assetCode |
Fixed |
| 15 | - | Potential centralization risks | - |
| 16 | - | Ensure migration of crucial configurations for existing tokens | - |
| 17 | - | Dust visibility due to precision loss | - |
| 18 | - | Immutable EIP712 domain | - |
| 19 | - | Token lifecycle management | - |
| 20 | - | Compliance model | - |
| 21 | - | Allowances are denominated in raw units | - |
更多細節見審計報告。