The Onre protocol is a Solana program built with the Anchor framework which facilitates the sale of real world assets via an offers system. The protocol allows an authorized user to create offers specifying the buy and sell tokens, a sale price and a maximum amount of tokens available to purchase. The user can then choose to fill these orders (completely or partially) by paying the quoted price. The codebase is well engineered and adheres to good security practices. The security of the project would be further improved by strengthening the codebase's test suite, and this audit review recommends is done before the project is deployed. The audit review found a few issues and it is recommended that the team fix each of them. **Fix Review Update**: The team fixed, acknowledged or sufficiently mitigated all issues and the suggestions provided by the audit team.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 3 | - | - | - | 3 |
Fixed | 3 | - | - | - | 3 |
Total | 6 | 0 | 0 | 0 | 6 |
# | File Name |
---|---|
1 | anchor/programs/onreapp/src/* |