Skip to content

Commit 0dce2e2

Browse files
committed
feat: add audit reports for ERC4626
1 parent 7adf94f commit 0dce2e2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

security-and-audits.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,3 +697,23 @@ These contracts were in the scope of the audits done before the launch of Isolat
697697
**Scope**: Delegate Borrowing in Venus. Upgrade of BUSD, USDC, USDT, BTCB and ETH markets, to reduce the risks on Venus that resulted from the September 2022 BNB Bridge incident. Executed on [VIP-99](https://app.venus.io/governance/proposal/99).
698698

699699
* [Peckshield audit report - 2023/02/27](https://github.com/VenusProtocol/venus-protocol/blob/develop/audits/009_vtoken_peckshield_20230227.pdf)
700+
701+
### VenusERC4626 Vaults
702+
703+
**Scope**: VenusERC4626 Vaults
704+
705+
* [Certik audit report](https://github.com/VenusProtocol/isolated-pools/blob/1faa46139aaec06e0eb2e48341bff22cd6c38c6c/audits/129_erc4626_certik_20250514.pdf)
706+
* [FairyProof audit report](https://github.com/VenusProtocol/isolated-pools/blob/1faa46139aaec06e0eb2e48341bff22cd6c38c6c/audits/130_erc4626_fairyproof_20250414.pdf)
707+
* [FairyProof audit report](https://github.com/VenusProtocol/isolated-pools/blob/1faa46139aaec06e0eb2e48341bff22cd6c38c6c/audits/131_erc4626_pessimistic_20250502.pdf)
708+
709+
<details>
710+
<summary>Detailed scope</summary>
711+
712+
- Pull request [#497](https://github.com/VenusProtocol/isolated-pools/pull/497) in the `isolated-pools` repo.
713+
- contracts/ERC4626/VenusERC4626.sol
714+
- contracts/ERC4626/VenusERC4626Factory.sol
715+
- contracts/ERC4626/Interfaces/IComptroller.sol
716+
- contracts/ERC4626/Interfaces/IProtocolShareReserve.sol
717+
- contracts/ERC4626/Interfaces/IRewardsDistributor.sol
718+
719+
</details>

0 commit comments

Comments
 (0)