From b5ef6ba6eb55e2273a485c23d5e83a35123fae9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20P=C5=99evr=C3=A1til?= Date: Mon, 25 Sep 2023 14:11:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20`Discovered=20vulnerabilit?= =?UTF-8?q?ies`=20table=20to=20`README.md`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8d4dbfdb8..44265c914 100644 --- a/README.md +++ b/README.md @@ -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