Skip to content

Commit 6343941

Browse files
Merge master into pr-28, resolve workflow file conflict
2 parents 023df38 + 1d4c146 commit 6343941

File tree

4 files changed

+1137
-3
lines changed

4 files changed

+1137
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
> This repo is a fork of [metamorpho v1.1](https://github.com/morpho-org/metamorpho-v1.1) and [public allocator](https://github.com/morpho-org/public-allocator), inspired by [silo vaults](https://github.com/silo-finance/silo-contracts-v2/tree/develop/silo-vaults), with the following changes:
55
>
66
> - uses a set of accepted ERC4626 vaults as strategies instead of Morpho Blue markets;
7-
> - adds [EVC](https://github.com/euler-xyz/ethereum-vault-connector) and EulerEarn strategy compatibility;
7+
> - adds [EVK](https://github.com/euler-xyz/euler-vault-kit) and EulerEarn strategy compatibility;
8+
> - adds [EVC](https://github.com/euler-xyz/ethereum-vault-connector) compatibility;
89
> - adds [permit2](https://github.com/Uniswap/permit2) compatibility;
9-
> - implements [EVK](https://github.com/euler-xyz/euler-vault-kit/blob/master/docs/whitepaper.md#accounting)-style `VIRTUAL_AMOUNT` conversions;
10-
> - implements zero shares protection on deposits;
10+
> - implements [EVK](https://github.com/euler-xyz/euler-vault-kit/blob/master/docs/whitepaper.md#accounting)-style `VIRTUAL_AMOUNT` conversions that prevents exchange rate manipulation;
1111
> - implements internal balance tracking that prevents EulerEarn share inflation;
12+
> - implements zero shares protection on deposits;
1213
> - adds reentrancy protection;
1314
> - removes the `skim` function and related functionality;
1415
> - removes ERC-2612 permit functionality;

SECURITY.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Euler Security Policy
2+
3+
## Vulnerability Disclosure and Bug Bounty
4+
5+
Security is a top priority at Euler, and we engage in regular security reviews and have an active bug bounty program to ensure the integrity of our systems.
6+
7+
To report a vulnerability, **please submit it through our bug bounty program**:
8+
[Euler Bug Bounty](https://euler.finance/bug-bounty)
9+
10+
**Reports sent via email will not be accepted.** Email should only be used for general security inquiries.
11+
12+
## Security Team Contact Details
13+
14+
For security-related questions or inquiries (not vulnerability reports), you can contact us via:
15+
- **Email**: [[email protected]](mailto:[email protected])
16+
- **PGP Encryption**: [Euler Public Key](https://euler.finance/.well-known/public-key.asc)
17+
18+
## Previous Security Reviews
19+
20+
Euler undergoes regular security audits. You can find details of previous security reviews here:
21+
[Euler Security Reviews](https://docs.euler.finance/security/overview)
22+
23+
## Preferred Languages
24+
25+
We accept security-related inquiries in **English (en)**

0 commit comments

Comments
 (0)