Skip to content

Commit 64f6d21

Browse files
Merge pull request #181 from euler-xyz/feat/add-security-md
Add SECURITY.md
2 parents 4538f07 + 54c203e commit 64f6d21

2 files changed

Lines changed: 27 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
submodules: recursive
5151
- uses: foundry-rs/foundry-toolchain@v1
5252
with:
53-
version: nightly
53+
version: nightly-c99854277c346fa6de7a8f9837230b36fd85850e
5454
- name: Run foundry tests
5555
# --ast tests enables inline configs to work https://github.com/foundry-rs/foundry/issues/7310#issuecomment-1978088200
5656
run: |
@@ -66,7 +66,7 @@ jobs:
6666
submodules: recursive
6767
- uses: foundry-rs/foundry-toolchain@v1
6868
with:
69-
version: nightly
69+
version: nightly-c99854277c346fa6de7a8f9837230b36fd85850e
7070
- name: Run foundry coverage
7171
run: |
7272
FOUNDRY_PROFILE=coverage forge coverage --report summary

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**: [security@euler.xyz](mailto:security@euler.xyz)
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/audits)
22+
23+
## Preferred Languages
24+
25+
We accept security-related inquiries in **English (en)**

0 commit comments

Comments
 (0)