Skip to content

Commit

Permalink
📝 Add Discovered vulnerabilities table to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michprev committed Sep 25, 2023
1 parent b723d90 commit b5ef6ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ Woke documentation can be found [here](https://ackeeblockchain.com/woke/docs/lat

There you can also find a section on [contributing](https://ackeeblockchain.com/woke/docs/latest/contributing/).

## Discovered vulnerabilities

| Vulnerability | Severity | Project | Resources |
|-------------------------------------------------|----------|---------|--------------------------------------------------------------|
| Profit & loss accounted twice | Critical | IPOR | [Woke tests](https://github.com/Ackee-Blockchain/tests-ipor) |
| Swap unwinding formula error | High | IPOR | [Woke tests](https://github.com/Ackee-Blockchain/tests-ipor) |
| Swap unwinding fee accounted twice | High | IPOR | [Woke tests](https://github.com/Ackee-Blockchain/tests-ipor) |
| `INTEREST_FROM_STRATEGY_BELOW_ZERO` reverts DoS | Medium | IPOR | [Woke tests](https://github.com/Ackee-Blockchain/tests-ipor) |
| Inaccurate hypothetical interest formula | Medium | IPOR | [Woke tests](https://github.com/Ackee-Blockchain/tests-ipor) |
| Swap unwinding fee normalization error | Medium | IPOR | [Woke tests](https://github.com/Ackee-Blockchain/tests-ipor) |

## Features

### Testing framework
Expand Down

0 comments on commit b5ef6ba

Please sign in to comment.